On Thu, Mar 27, 2003 at 02:35:18PM -0600, Jeff Kilpatrick wrote:
> It's also interesting to note that it's possible to split innodb data
> between multiple files to have databases larger than the OS's max file
> size.

  The theoritical maximum table size for the various storage engines is:

  BDB   : 32 TB
  InnoDB: 64 TB
  MyISAM: 8 x 10^6 TB

  With BDB and InnoDB, you can actually have a maximum table size of 256
  TB - however, you have to increase the page size when MySQL is
  compiled.

  Cheers!
  --zak

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to