Linked Questions
24 questions linked to/from How do you do load testing and capacity planning for databases?
1 vote
2 answers
2k views
Cassandra: capacity planning [duplicate]
Im investigating moving some large DBs from MySQL to Cassandra and Im trying to figure out how to plan the cluster. Historically, one would just buy disks to contain the relevant data but Im not clear ...
0 votes
6 answers
778 views
Determining MySQL Settings [duplicate]
We are running a server right now and the MySQL database is crashing quite often. We know that we need to find good settings for MaxClients and MaxRequestsPerChild as we are getting lots of traffic ...
2 votes
1 answer
2k views
MySQL my.cnf config for dedicated server [duplicate]
we have a dedicated server hosting 1 website on it uses WordPress, CPU: Intel® Xeon® W-2145 Octa-Core (8-core) RAM: 128 GB DDR4 ECC RAM Connection: 1 Gbit/s-Port Traffic: Unlimited OS: CENTOS 7.6 WHM/...
-1 votes
1 answer
2k views
Can my server handle 12,000 database requests per-minute? [duplicate]
First of all, Apologies if this is a silly question. I've never really had to manage servers and databases, on a "large-scale", that is. ANYWAY, on to the question. I am trying to figure out if our ...
0 votes
1 answer
914 views
How good is this MongoDB/EC2 setup? [duplicate]
Hi, I wondered what was a good setup for AWS/MongoDB in terms of machines and the sizes of their disks. Current setup 3 micro machines for the config servers, 1 mongos and arbiters. The 8Gb limit is ...
0 votes
1 answer
903 views
MySql calculate number of connections needed [duplicate]
I am trying to figure my needs regarding web service hosting. After trying Azure I have realized that the default MySql they provide (through a third party) limits the account to 4 connections. You ...
-1 votes
1 answer
337 views
Adjust server configuration [PHP, Laravel, mysql, nginx] for serve great number of user [duplicate]
I have a Laravel PHP webapp that shows analytics data in Angular frontend to users. User can only show content, plots and tables. I have written 3 laravel commands that hourly download and store data ...
-1 votes
1 answer
188 views
Choosing linux server for mysql - memory clock speed [duplicate]
I have a Linux Mysql server cluster where master and slaves are overloaded by a combination of read/write i/o and by SELECT queries load. We purchased FusionIO cards to replace the hard drives. My ...
1 vote
0 answers
138 views
How to best MySQL configuration in AWS RDS? [duplicate]
We have an e-commerce system which is currently deployed in EC2 instance. currently MySQL is in the same server and now that we are getting high traffic now and then, we're planning to use Autoscaling ...
0 votes
0 answers
110 views
Can my pi server handle 1000 mysql queries per second? [duplicate]
I have a raspberry pi 3 webserver. When user gets into my app. App is sending a post request to my server every second to check if there are any messages for user. The query is simple: SELECT ...
0 votes
0 answers
71 views
Conservative Azure Windows VM to Run SQL Server 2008 R2 [duplicate]
For testing purposes I need to set up three Azure Windows VMs to each run an instance of SQL Server 2008 R2 each holding one DB of approx 100GB. There will be quite a few complex stored procedures/...
1 vote
0 answers
61 views
My server is slower than the average user's computer, should I still offload Access queries to SQL Server? [duplicate]
Possible Duplicate: How do you do Load Testing and Capacity Planning for Databases I have a database set up with MS Access 2007 front ends and an SQL Server 2005 back end. At the moment, all the ...
0 votes
0 answers
34 views
MySQL 5.5 performance settings [duplicate]
We are using server this theses parameters: 8 cores CPU 18GB RAM MySQL version 5.5 We would like to get the best performance. The DB is InnoDB type. I would like to know your experience and maybe you ...
126 votes
5 answers
78k views
How do you do load testing and capacity planning for web sites?
This is a canonical question about capacity planning for web sites. Related: Can you help me with my capacity planning? How do you do load testing and capacity planning for databases? What are some ...
144 votes
4 answers
46k views
Can you help me with my capacity planning?
This is a canonical question about capacity planning Related: How do you do load testing and capacity planning for web sites? How do you do load testing and capacity planning for databases? I have a ...