Would like to find low-cost relational mo开发者_StackOverflowdeling tools that will allow me to map a logical model in third normal form to a physical model based on EAV. Got any pointers?
EAV fails to conform to rules of relational normalization, therefore there can be no relational modeling tools that support it.
If your model is in 3NF, then there's no reason to model it in EAV. Keep it in 3NF.
精彩评论