sharding
How to connect to a slave if master goes down -- Replication
I\'m playing around with data replication in MongoDb, and I currently have a master and several slave nodes. All of these are running on different ports, but they could just as well be on different ma[详细]
2023-01-15 17:03 分类:问答database sharding strategy
i want to sp开发者_如何学Golit a product table into many smaller one, and put the table in diffrent server.[详细]
2023-01-15 09:29 分类:问答MySQL sharding and primary key performance in InnoDB
I run a lyrics web site and I have a single table that basically keeps an index of songs; essentially primary key with auto increment (song_id), artist, and song title.[详细]
2023-01-13 09:24 分类:问答How do I use a standard active record for some models when i am using the datafabric gem?
I am using the data-fabric gem, sharding between 2 machines. However, I would like to use开发者_JS百科 the standard activerecord functions for some tables.[详细]
2023-01-13 07:21 分类:问答How to scale out by evolving from database partitions to sharding?
Say I have a MySQL table: CREATE TABLE tweets ( tweet_id INT NOT NULL AUTO_INCREMENT, author_id INT NOT NULL,[详细]
2023-01-12 15:47 分类:问答php: Creating automatic database sharding logic?
I did just come up with the following idea, but I lack the knowledge to say if it is applicable to a production application.[详细]
2023-01-11 06:16 分类:问答Function to shard/distribute (consistent hashing)?
I have thought a bit about making a somewhat lightweight consistent-hashing-like PHP function to shard uploaded files between different servers.[详细]
2023-01-10 01:20 分类:问答Is there a way to shard and replicate neo4j data?
I am considering the option of neo4j for some of the new projects I am working for. For the given data needs (inherently graph based) neo4j fits well and a quick prototype is giving good response time[详细]
2023-01-07 02:52 分类:问答Does grails support sharding?
Does grails support shard开发者_C百科ing? I want a multi-tenancy database solution and I looking at grails currently.Take a look at: http://www.grails.org/plugin/shardingGrails ORM is built on Hibern[详细]
2023-01-04 07:42 分类:问答Handling splitting and joining of objects in key-value storage?
After getting some help on how to measure fysical/actual size of memcached objects to prevent them from growing too large, I have thought about the next step - implementing a sharding/splitting functi[详细]
2023-01-03 19:40 分类:问答