I have a 30000 by 2000 matrix that I need to put in a table. However I can’t have 2000 attributes in one table as it would exceed the storage limit. Is splitting these attributes into different tables considered good practice. If not what other methods are there to deal with my situation ?
Thanks,
There’s no reason why you shouldn’t look at splitting this into multiple tables. Such a strategy is called partitioning. http://dev.mysql.com/doc/refman/5.1/en/partitioning-overview.html