cricketer1
Technical User
I have a database with couple of dozen people querying through either web interface or client server apps. This is an old DB and has grown to a size that is now slowing down performance and results take longer to return.
However, 90% of the time only recent data is queried, most of the old records are seldom required. Is there a way I can segrgate the database into two parts, maintaing the same table and fields etc. so querying on the recent data returns faster and the same queries/transactions work with old records i.e no modifications is required in the queries embeded in apps. Indices already exists and more indexing could further slow down the transactions (updates/deletes)
Thanks
cricketer1
However, 90% of the time only recent data is queried, most of the old records are seldom required. Is there a way I can segrgate the database into two parts, maintaing the same table and fields etc. so querying on the recent data returns faster and the same queries/transactions work with old records i.e no modifications is required in the queries embeded in apps. Indices already exists and more indexing could further slow down the transactions (updates/deletes)
Thanks
cricketer1