MySQL Forums
Forum List  »  Memory Storage Engine

best practices for variable size limitation
Posted by: nir pengas
Date: July 06, 2011 02:40PM

hi guys,

from the limitation presented for myslq RAM tables, what is best practice for storing large pieces of text or binary data?

i found this project: http://code.google.com/p/mysql-heap-dynamic-rows/
but i'm not sure i want to maintain someone else's code for production...

since a mem table has a default size of 16M, maybe it makes sense to strip text across multiple rows?

how will or did you approach this limitation?

thanks for your help.

~nir.

Options: ReplyQuote


Subject
Views
Written By
Posted
best practices for variable size limitation
7787
July 06, 2011 02:40PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.