Re: innobase 4gb rows

2001-07-15 Thread Heikki Tuuri
Hi! I am back from holiday! I guess using SELECT INTO OUTFILE (= mysqldump) and LOAD FROM INFILE is as fast as converting InnoDB-MyISAM-InnoDB. I assume Ryan has a file system with 2 GB files? The outfile or the MyISAM table will be very big. If you do not have 2 GB files then you have to

RE: innobase 4gb rows

2001-07-15 Thread Sander Pilon
Note that the new BLOB code is not well tested yet, though I have not received any bug reports for it. It may be best to experiment first with pieces of your table instead of doing the whole, maybe several hours long, conversion at once. Can you tell us a bit more about the BLOB code?

Re: innobase 4gb rows

2001-07-14 Thread Jeremy Zawodny
On Sat, Jul 14, 2001 at 11:12:21PM -0500, ryc wrote: I have a table that were created using innobase compiled with 64kb page tables. Now I want to upgrade to the newer version of innobase that supports the larger row sizes but as it mentions on the innobase .39b download page (