|
|
|
|
|
| Re: Optimized Configuration [message #1445 is a reply to message #1442 ] |
Mon, 18 June 2007 14:52   |
VictorZ Messages: 9 Registered: June 2007 |
Junior Member |
|
|
Thanks Sterin,
| Quote: | 1. How big is your database in MB?
|
The database will initially be around 10-20mb only, but it will scale up from day one, as users start adding data. Each user will have on average about 1000-1500 records (mainly with varchar and mediumint fields) as aggregate in all tables. There are couple of table joins (max between 2-3 tables) as well, and some composite indexes defined. Average fields per table is 4-5. So its not a very complex schema, but the data storage will scale up eventually.
| Quote: | 2. Do you really need InnoDB and why?
|
I've now fianlized on InnoDB (for all tables), because I've given up on MySQL FTS (the reason I had MyISAM), as I'm using Sphinx FTS now.
| Quote: | 3. How many queries per second are you expecting?
|
Based on preliminary usage analysis, I'm expecting around 50-100 queries per second initially, and it will scale up to 500-1000 queries per second (rough estimate) in the first 6 months.
Hoping to hear your suggestions and clarify the scalability.
Good day!
|
|
|
|
|
| Re: Optimized Configuration [message #1510 is a reply to message #1424 ] |
Tue, 03 July 2007 05:05  |
VictorZ Messages: 9 Registered: June 2007 |
Junior Member |
|
|
|
Thanks a lot sterin! Your suggestions make good sense, and I'll try them out.
|
|
|