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
i want to sp开发者_如何学Golit a product table into many smaller one, and put the table in diffrent server.
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.
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.
Say I have a MySQL table: CREATE TABLE tweets ( tweet_id INT NOT NULL AUTO_INCREMENT, author_id INT NOT NULL,
I did just come up with the following idea, but I lack the knowledge to say if it is applicable to a production application.
I have thought a bit about making a somewhat lightweight consistent-hashing-like PHP function to shard uploaded files between different servers.
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
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
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