Sharding is a technique of partitioning database tables by row ("horizontally"); typically this technique requires a key to be selected that determines how the rows are to be partitioned.
I'm dealing with a lot of data in a MySQL database and I'd like to use sharding to scale out. …
mysql scaling shardingFor scaling/failover mongodb uses a “replica set” where there is a primary and one or more secondary servers. Primary …
mongodb replication shardingLet's say I am using a fairly standard 32 character hex GUID, and I have determined that, because it is randomly …
mongodb shardingWe have an E-commerce portal with a Postgresql 9.1 database. One very important table has at the moment 32 million records. If …
sql postgresql sharding