sharding
MongoDB sharding, how does it rebalance when adding new nodes?
I\'m trying to understand MongoDB and the concept of sharding. If we start with 2 no开发者_如何转开发des and partition say, customer data, based on last name where A thru M data is stored on node 1 an[详细]
2023-03-17 18:16 分类:问答Which is a better sharding strategey with respect to performance? Hashing a GUID or contacting a scale-out manager?
We\'re building a relatively high profile site that is expected to have 100 million hits on the first days of launch.My predecessor had argued for a scale-up SQL strategy using a single server with 1[详细]
2023-03-16 11:45 分类:问答Is there a clustered database which allows grouping the data along two dimensions?
Say I have entities to store. ATM it would be good enough to consider them blobs. I want the entities to be stored on a cluster. The key/ID of the en开发者_运维问答tity is a (x,y) integer coordinate.[详细]
2023-03-16 07:55 分类:问答MongoDB: Sharding on single machine. Does it make sense?
created a collection in MongoDB consisting of 11446615 documents. Each document has the following form:[详细]
2023-03-15 03:53 分类:问答How can one configure MongoDB sharding using PHP?
I\'m working on setting up a MongoDB replica set on EC2. I\'d like to configure auto-sharding such that my nodes can easily come up and down.[详细]
2023-03-13 17:42 分类:问答Libraries for hash partitioning/Sharding with JPA
My department has decided move to hash partitioning/sharding for some of our large Oracle databases.We will be splitting our entities across different schemas.I\'ve been tasked to do a spike to evalua[详细]
2023-03-11 04:04 分类:问答How to scale writings in your DB without recurring to sharding?
How would you scale writings without recurring to sharding (specially 开发者_如何转开发with SQL Server 2008)?Normally ... avoid indexes and foreign keys in big tables. Every insert/update on a indexed[详细]
2023-03-10 11:34 分类:问答How is Apache Zookeeper used in sharding?
We are thinking of centralizing cfg information and looks like zookeeper is a good choice. We are also interested in sharding and have a scheme. In the 开发者_运维知识库poweredBy[1] saw that Rackspace[详细]
2023-03-10 05:45 分类:问答Google AppEngine Sharding Question
My background is in relational DB\'s and I am doing some experimenting with Google AppEngine primarily for learning.I want to build an \"election\" app where a user belongs to a state (CA, NY, TX, etc[详细]
2023-03-09 14:29 分类:问答Does sharding an EC2 EBS volume yield performance gains?
I\'m considering using EBS for a very large collection of maildirs. Lots of little files spread over开发者_JS百科 lots of directories. Would sharding my EBS storage into multiple smaller containers yi[详细]
2023-03-05 18:26 分类:问答