Hi,
I've a table with about 15,379,759 records in the past six months.
I only maintain a data of about last six months in this table & move earlier part to another table.
Now with a growing database this table too increasing manifold & its getting very time-consuming to retrieve a few set of records say a week-wise consolidated data for last one month as the query has to go all the way up & down several times.
So I wanted to know a better way to organize this table. I don't want to break the table into too many parts.
Any suggestions would be welcome either to somehow improve table response time or, ways to improve query or, any other method.
Thanks
Ankit Mathur