Steve Rapaport writes:
> Thanks to the guy who pointed this out. 
> 
> For the information of others, yes, it's quite possible
> to have a machine with mysql table files > 2GB lying about on the
> disk, that still doesn't properly support them.
> 
> I had thought that if Mysql could create a 3GB file,
> it could use it.  Bad assumption.
> 
> This can get very confusing when Mysql uses these
> files then occasionally finds them corrupt for no
> apparent reason, then can't fix them.
> 
> If your Index or database file approaches 2GB, and 
> you are not CERTAIN that your file system and kernel
> both support LFS (Large File Support/Summit), you too may
> have inexplicable problems....
> 
> query, mysql, table
> -steve
> 

MySQL's limitation for file sizes on 32 bit systems is 1 Tb.

All other limitations stem from filesystem limitations and MAX_ROWS
limitations. 

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to