Mapping an Entity to Multiple Tables
Posted: Mon 20 Dec 2010 18:45
Is there any way to map one entity to multiple tables?
Storage engine (InfiniDB in my case) has limitations on number of columns in each table, so I want to spread data between multiple tables. E.g. contact001, contact002 etc should be just one Contacts entity.
Storage engine (InfiniDB in my case) has limitations on number of columns in each table, so I want to spread data between multiple tables. E.g. contact001, contact002 etc should be just one Contacts entity.