MySQL Forums
Forum List  »  Partitioning

Re: Advice on partitioning
Posted by: Rick James
Date: June 15, 2015 07:05PM

I'm looking forward to hear how it goes. Test with 2 servers (to test sharding) and enough records on each machine to exercise the indexes, caches, etc., in a realistic way.

You might consider normalizing `sender`, `to`, and `folder` to save a little space.

`parent_id` is `INT UNSIGNED`; is that big enough?

Options: ReplyQuote


Subject
Views
Written By
Posted
2726
April 24, 2015 01:40PM
1650
April 24, 2015 05:34PM
1648
April 27, 2015 09:05AM
1571
April 27, 2015 02:22PM
1407
April 28, 2015 11:02AM
1468
April 28, 2015 12:32PM
1425
April 28, 2015 04:07PM
1325
June 15, 2015 06:39PM
Re: Advice on partitioning
1482
June 15, 2015 07:05PM
1401
June 16, 2015 06: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.