Folks
I am currently working on a telecom project and processing CDR ( call details records) files and based on that i m generating the reports.Records i get per day is about 4 million records and per month its about 90 million avg.we are using mysql database and running stored procedures to process the records. The problem is we are facing the performance issues with running the queries . queries are taking about 4 mins to process and fetch the result.
The server RAM is 4GB.
My concern is
is the RAM that we are using is enough for this sort of project
I would like some serious DBA advice here.