few months ago i launched a website, as number of concurrent users raised i noticed my server got slow and sometimes mysql made server crash ( about 7000 concurrent users ) !
i have a powerful server with 32gb of ram and a xeon quad-core CPU dedicated to 1 website, also the programming is neat and lightweight, there is nothing special on DB side ... just some simple tables, no triggers, no complex relations.
can you guys suggest anything that i can do to improve mysql performance or to replace it with ? im hoping for some same experiences and case studies from you.
Update one of the tables that slows down the performance is where i collect and compare user IPs, so that if the IP is new, i add a new record on this table and store users IP ... i feel im doing it wrong ... so im open to constructive criticism :-D is it even good to add index in this table considering im inserting in it a lot (but not often as i use search in it ... ) ?
