MySQL Forums
Forum List  »  Partitioning

Re: Evolve from Partition to Sharding?
Posted by: John Smith
Date: August 23, 2010 12:03AM

I'm using Django ORM.

So all database access and sharding/routing abstraction is already taken care of by Django. Sharding will be transparent to the application.

My question was about how to move specific partitions onto new servers. In my example, if I add a 2nd server that only stores tweets with odd numbered tweet_id's, I'd need to move partitions 1, 3, 5, 7, 9, 11 (the odd number partitions) onto the new server.

How do I do that?

Options: ReplyQuote


Subject
Views
Written By
Posted
4070
August 21, 2010 04:56AM
1844
August 22, 2010 09:02AM
Re: Evolve from Partition to Sharding?
2444
August 23, 2010 12:03AM
1635
August 23, 2010 12:42AM
2480
August 23, 2010 12:48AM
1622
August 23, 2010 09:45PM
1787
August 23, 2010 10:18PM
1833
August 27, 2010 07:41AM


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.