Answer Posted / Sushil Kumar Singh
EAV (Entity-Attribute-Value) is a data modeling approach that allows for flexible attribute definitions, but can lead to performance issues due to joins when querying. The Flat model, on the other hand, stores all attributes of an entity in a single table, improving query performance, but limiting flexibility.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers