MySQL Forums
Forum List  »  Partitioning

Re: Partitioning & Tablespace
Posted by: Rick James
Date: June 01, 2011 07:34PM

> for large data MySQL
If you don't have at least a million rows, you should (probably) ignore everything having to do with tablespaces and partitions.

innodb_file_per_table = YES
is recommended in general. It's trivial to set; it can have distinct benefits later; there are virtually no downsides.

In some use cases, PARTITION is an excellent choice. Unfortunately, many people new to MySQL see PARTITION as a panacea for performance. Please describe your data and your application. Perhaps PARTITION will be quite beneficial; perhaps it will be a waste of effort.

Options: ReplyQuote


Subject
Views
Written By
Posted
5069
May 29, 2011 10:13AM
2770
June 01, 2011 03:57AM
Re: Partitioning & Tablespace
2482
June 01, 2011 07:34PM
1978
June 02, 2011 01:02PM
2252
June 02, 2011 07:19PM


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.