![]() |
Really large mysql db ? you worked with ?
hi all.,
out of curiosity has anybody here worked with really large mysql db ? i am working on new project which has 167 gb database file consist of 840 tables each of 5 mil records. each table is of 180-200 mb just wanted to know whether can 8gigs ram and quadcore server handle it ? not much queries., like 20k per day, simple find and echo queries. |
its all gonna depend on the database design and the use.
if your db is well designed and queries are optimized and simple then yes. If you are doing transactions, live updates, complex queries then you probably will not be happy with the performance, but if yer doing all of that you shouldnt be running it on mysql, you should be looking at Oracle or something. spread the DB across a couple of servers and load balance everything. its all gonna depend on the usage. |
Quote:
|
some stats of mine
This MySQL server has been running for 149 days, 15 hours, 52 minutes and 29 seconds. It started up on Sep 09, 2011 at 10:30 PM. Query statistics: Since its startup, 8,478,380,495 queries have been sent to the server. Traffic 1 ø per hour Received 631 GiB 180 MiB Sent 18 TiB 5,111 MiB Total 18 TiB 5,291 MiB No probs, using 16Mb of ram 4k of tables |
Quote:
only2 columns per table, 1 uniq id and another is numbers. so i guess this is very simple Quote:
but mine is not only db server its all in one server like apache, mail , database. anyways, i m gonna give it a go on my current server., thanks |
i know b0rked uses a huge mysqldb for his geoip stuff, records in the millions at least
|
Quote:
i m gonna give it try., if server starts acting weird then ill pull the db. |
innodb or myisam? do you have blob or text fields?
|
Quote:
|
Quote:
|
How in the hell are you going to move 167gb database from one server to another?
It should work if indexes are good and there are no complex queries... |
Quote:
|
Quote:
Quote:
Quote:
|
is hard drive configuration an important consideration here?
|
Quote:
|
Good queries are important... monyog can help with seeing where problems are...
|
All times are GMT -7. The time now is 05:45 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123