Subject | Re: understanding slow commit |
---|---|
Author | hvlad |
Post date | 2010-03-10T13:21:12Z |
> i m still with my "slow" commit. i have one question, when i add some row with some key, the commit is very fast, but when i add other row with other key the commit is very very slowRun your queries in isql and run SET STAT ON before your queries. To understand something we need physical IO stats, not only at ROWS level.
Regards,
Vlad
PS any news on index corruptions ?