mySQL Question
Posted: Mon Mar 26, 2012 10:07 am
I am using xataface and am having several complications in senarious involving 1:1 relationships. I understand that this feature will be available in v2.0 when it is relased. My question is how practical would it be to try to combine my 1:1 relations into a single table? The datatypes are mostly simple fields such as varchar, int, decimal, and enum with the execption of one blob field.
Combining these tables could result in approx 150 fields in a table. I know that this is generally not considered to be normalized. My question is can mySQL handle such a load? My tables are InnoDB and I could potentially have approx 5,000 records.
Using Xataface, it seems it would be easier to cunstruct as a single table. I really enjoy using this framework! Keep up the great work. This is BY FAR the easier framework that I have ever used!
Thanks for all your help!
Combining these tables could result in approx 150 fields in a table. I know that this is generally not considered to be normalized. My question is can mySQL handle such a load? My tables are InnoDB and I could potentially have approx 5,000 records.
Using Xataface, it seems it would be easier to cunstruct as a single table. I really enjoy using this framework! Keep up the great work. This is BY FAR the easier framework that I have ever used!
Thanks for all your help!