MySQL Forums
Forum List  »  Performance

Re: RAM requirements- new server
Posted by: A B
Date: April 05, 2009 09:49PM

Hi,

- I have begun innvestigation into partitioning, in our case horizontal partitioning by Month, would be the way to go. Perhaps use 12 partitions one for each month) and archive to yearly tables after that.

For us, it would simplify a number of webpage queries and improve the responsiveness, as well as simplify our archiving process.

- What is also good about partitioning is that we can do this on our existing tables whilst running live and insert old data back into the newly paritioned tables, rather than having to create new tables and insert ALL data into them.

- I assume then that the table would need to be optimised/re-indexed or would that happen on the fly, as well?



I can see the benefit of vertical partitioning in some cases, and perhaps even in some of our work, although this would need to be determined.


thanks again,

A

Options: ReplyQuote


Subject
Views
Written By
Posted
12826
A B
April 02, 2009 12:15AM
3844
April 02, 2009 01:17AM
3216
A B
April 02, 2009 03:27PM
2735
April 02, 2009 09:02PM
2503
A B
April 03, 2009 12:54AM
2506
April 03, 2009 10:06AM
Re: RAM requirements- new server
2434
A B
April 05, 2009 09:49PM
2461
April 07, 2009 08:18AM
2396
A B
April 08, 2009 05:40PM


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.