|
|
|
|
|
by flukus
3164 days ago
|
|
> EAVT is great as an intermediate format but it is absolutely useless to query for since most of the time you are trying to find a set of attributes for a given entity i.e. full table scan. This is what indexes are for. An index on the entity id should avoid any full table scans. |
|
And you want to build indexes on half the table ?
Good luck with that.