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?
Subject
Views
Written By
Posted
4037
August 21, 2010 04:56AM
1821
August 22, 2010 09:02AM
Re: Evolve from Partition to Sharding?
2428
August 23, 2010 12:03AM
1614
August 23, 2010 12:42AM
2456
August 23, 2010 12:48AM
1598
August 23, 2010 09:45PM
1769
August 23, 2010 10:18PM
1819
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.