scalability
Memcached scaling: key "grouping"
As it is best practice to group related keys that are frequently retrieved together (using multiGet) on a single server for optimum performance, I have a couple questions regarding the implicit mechan[详细]
2023-03-28 08:17 分类:问答Amazon auto-scaling through web console/panel
In Amazon AWS, is it currently possible to configure load balancing and autoscaling with the web console / panel?[详细]
2023-03-27 23:52 分类:问答node.js vs. asp.net async pages
still trying to understnad node.js... If I apply the asp.net async pattern for every i/o operation, and co开发者_StackOverflow中文版nfigure maxWorkerThreads=1, is it (conceptually) similar to node.j[详细]
2023-03-27 17:09 分类:问答NoSQL / Redis Scaling Theory
Is it more effici开发者_StackOverflow中文版ent for a key-value data store such as Redis to handle X number of requests over 1 client connection or 1 request per client over X number of client connecti[详细]
2023-03-27 16:13 分类:问答Will Redis's sorted sets scale?
This may be more of a theoretical question but I\'m looking for a pragmatic answer. I plan to use Redis\'s Sorted Sets to store the ranking of a model in my database based on a calculated value. Curr[详细]
2023-03-26 04:35 分类:问答EC2 Scalable environment sending mail from instances
I have an scalable environment on开发者_运维知识库 amazon cloud. I want to send emails (transactional, mailing) from EC2 instances.[详细]
2023-03-24 09:53 分类:问答Java File Transfer, EJB, SOAP or REST, performance comparison
I need to Transfer some files from one server to another, using java, and my performance is my top prio开发者_运维问答rity, which of these three options should be the right choice for me.My 2 cents:[详细]
2023-03-23 03:08 分类:问答Can a guid be a good partition key?
I have to store many gigabytes of data across multiple machines. The files are uniquely identified by Guid and one file can be hosted on one machine only. I was wondering if I could use the Guid as a[详细]
2023-03-22 23:50 分类:问答How do you architect massive design db?
This is just a design question regarding massive db design.For instance, if you were going to build a database that would hold 10 million users, how wo开发者_JAVA技巧uld you architect it?[详细]
2023-03-22 04:15 分类:问答Scalable multi threaded String object in Java
I\'m doing a little research for a server application I\'m planning to build. The main function will be - lots of users will be able to perform live editing.[详细]
2023-03-21 19:14 分类:问答