MySQL Forums
Forum List  »  Partitioning

Re: MAX_ROWS on Partitions
Posted by: Adam Berrada
Date: March 01, 2009 08:35AM

Thanks for leading me in the right direction Rick!

Here are some links I've found to help anyone else out with the same questions:
MyISAM: http://dev.mysql.com/doc/refman/5.1/en/full-table.html
InnoDB: http://dev.mysql.com/doc/refman/5.1/en/adding-and-removing.html
NDB: http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-limitations-disk-data.html

I've used both MyISAM and InnoDB, and I'm looking in on the Maria and Falcon engines. Hopefully I can find the time to try both of them out, but the majority of my needs require using the NDBCLUSTER engine.

Thanks again. A 4.3-billion maximum number of rows would have changed my design decision, but 281 (2^48) trillion rows is more then I ever anticipate approaching!

Options: ReplyQuote


Subject
Views
Written By
Posted
5912
December 19, 2008 11:22PM
3032
February 26, 2009 12:58AM
3683
February 28, 2009 06:29PM
3494
March 01, 2009 01:05AM
Re: MAX_ROWS on Partitions
3224
March 01, 2009 08:35AM


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.