分类: 数据库开发技术
2015-04-16 08:38:10
Sometime a user wants to add a shard (i.e., go from 3 shards to 4). What is the process? Clients need to re-connect to all 4 shards — close the DistibutedEngine that is connected to 3 shards and reconnect to 4. The moving/rebalancing of the data is the application’s responsibility. There is no right way of redistributing data across shards this at the moment. Essentially its necessary to pull data to the client and redistribute from the client
The first approach is to use a file to read the data to:
点击(此处)折叠或打开
点击(此处)折叠或打开