sharding
When to shard a database? When to increase Hardware?
I currently have an ASP.net web application running on IIS using an SQL database. The site receives a growing amount of traffic and I want to start thinking about scaling the website up and ensuring I[详细]
2023-04-12 15:33 分类:问答MongoDB sharding scalability - performance of queries hitting a single chunk?
In doing some preliminary tests of MongoDB sharding, I hoped and expected that the time to execute queries that hit only a single chunk of data on one shard/machine would remain relatively constant as[详细]
2023-04-10 14:12 分类:问答MongoDB sharding/partitioning 100+ million rows in one table on one machine
Does MongoDB support something akin to ordinary database partitioning on a single machine?I’m looking for very fast queries (writes are less important) on a single large table on one machine.[详细]
2023-04-10 14:01 分类:问答Scalable Pub/Sub engine for realtime
I\'m looking for a pub/sub engine, with the following requirements: Very low latency < 0.5 sec Scalable[详细]
2023-04-06 13:06 分类:问答Using Spider for mysql
I\'m looking for solution to shard my data in mysql w/o changing application code and this project shows up pretty deep in google search result.[详细]
2023-03-30 07:04 分类:问答Sharding in MongoDB using C# driver
I try to experiment with sharding and make a sample configuration: the simplest one for two shards. Here is the code from bat files:[详细]
2023-03-29 23:25 分类:问答Is creating many schemas in H2 a good strategy for sharding and performance?
On a mailing list, someone exposed the following issue: We have millions of users (1 to 5 MB of data per user)[详细]
2023-03-29 09:39 分类:问答Grails: Use new Multiple Datasources for sharding?
I want to be able to put an object into one of several shards based on a value of a field.In milestone 2.0 I see examples like[详细]
2023-03-28 18:26 分类:问答Azure sharding plan for ecommerce site
I contribute to nopCommerce and I am looking to provide support for sql azure. I understand that if you decide to use sql azure, it must be for the rig开发者_运维百科ht reasons, mainly sharding, scal[详细]
2023-03-26 23:32 分类:问答Varying mongoimport times
I have a question about mongoimport.Here is my configuration: 5 physical machines.5 shards, 3 configs, 5 mongos.1 shard and mongos per machine, 3 (out of the 5) have a config.[详细]
2023-03-26 21:49 分类:问答