| Maximum number of insertions [message #2675] |
Wed, 27 February 2008 20:16  |
pieroch Messages: 2 Registered: February 2008 |
Junior Member |
|
|
I need that mysql support an average of 200 insertions per second and that this value can be scalable, it is possible? ... that would be necessary hardware and configurations? ... thanks
|
|
|
|
|
|
|
|
| Re: Maximum number of insertions [message #2718 is a reply to message #2675 ] |
Tue, 11 March 2008 13:57  |
sterin Messages: 323 Registered: March 2007 Location: Sweden |
Senior Member |
|
|
OK, looks fine and dandy.
How big are the tables in rows and MB?
Do you have a lot of selects running against these tables also?
And more important is the application deleting records during normal working routines?
Output from:
SHOW STATUS LIKE 'Table_locks%';
[Updated on: Tue, 11 March 2008 13:58]
|
|
|