|
|
| Re: InnoDB's compact row format [message #1482 is a reply to message #1473 ] |
Tue, 26 June 2007 03:47   |
razdaman Messages: 26 Registered: May 2007 |
Junior Member |
|
|
Thank you for your reply.
Well, when I switched my user-table (myisam) from variable to fixed length I experienced a considerable performance boost. That's why I am a bit "afraid" of the "compact" row format.
That being said I can't say that you are not right - so I'll guess I'll just have to try out this row format "in action" because I really want to switch to innodb.
One more question: in order to allow the "fixed" row length, when using myisam, i moved my "profile" (TEXT) column from my users-table to a users_profiles and linked these tables with a user_id.
According to what you are saying, I don't have to do something like this when using innodb/compact? I mean - I know it's not ideal - but will the performance drop be as significant with myisam when having TEXT-columns in the user-table?
Thanks..
[Updated on: Tue, 26 June 2007 03:58]
|
|
|
|
|
|
| Re: InnoDB's compact row format [message #1500 is a reply to message #1473 ] |
Fri, 29 June 2007 05:12  |
razdaman Messages: 26 Registered: May 2007 |
Junior Member |
|
|
Okay Thanks
[Updated on: Fri, 29 June 2007 05:21]
|
|
|