jeetendra
October 1st, 2005, 05:44 AM
Hi,
I have a table in database which gets filled with around 300000 transactions every day and each transaction has Date time with it. Since our retrieval is based on time interval, we have cluster indexed the Datetime field. Now retrieval seems to be working fast, but when i delets transactions between a time interval SQL server is taking very very long time (About 40 mts to delete a days data i.e 300000 transaction approx).
I am not able to figure out a solution for this since i am new to databases. Could somebody help me out with this problem. Appreciate your help.
Regards
Jeet
I have a table in database which gets filled with around 300000 transactions every day and each transaction has Date time with it. Since our retrieval is based on time interval, we have cluster indexed the Datetime field. Now retrieval seems to be working fast, but when i delets transactions between a time interval SQL server is taking very very long time (About 40 mts to delete a days data i.e 300000 transaction approx).
I am not able to figure out a solution for this since i am new to databases. Could somebody help me out with this problem. Appreciate your help.
Regards
Jeet