EAV - is it really bad in all scenarios?
- by Giedrius
I'm thinking to use EAV for some of the stuff in one of the projects, but all questions about it in stackoverflow end up to answers calling EAV an anti pattern.
But I'm wondering, if is it that wrong in all cases?
Let's say shop product entity, it has common features, like name, description, image, price, etc., that take part in logic many…