Viewing 14 posts - 1 through 14 (of 14 total)
Problem solved....
It looks as if the INSERT takes more time to process because of the hardware raid controller cache. Now i...
April 3, 2007 at 2:28 am
Problem solved....
It looks as if the INSERT takes more time to process because of the hardware raid controller cache. Now i encapsulate...
April 3, 2007 at 2:26 am
Updatet stats, dbcc updateusage after restoring....no effect.
in the query plans i found the following:
"slow" system : each INSERT duration 25-30, reads ~20
"fast" system : each INSERT duration 0-1, reads 0
so...
March 15, 2007 at 9:32 am
I compared the results from sp_configure advanced. Both servers are configured exactly the same.
The tables, keys and indexes are created on both servers with the same stored procedure. So...
March 15, 2007 at 1:34 am
I found checking the query plans that the INSERT's seem to cause the trouble.
On "fast" devsystem, i've 0-1 duration and 0-1 reads
On "slow" testsystem, 've about 16-20 duration and ~20...
March 13, 2007 at 8:51 am
Writing cache is enabled on the "fast" developer system, so it is on the "slow" system. I'll check if there is an performance increase when disabling write cache on the...
March 13, 2007 at 6:27 am
No success. But I don't think rebuilding indexes or update statistics will help me, because of the import process.
Every day there starts an .NET...
March 9, 2007 at 3:07 am
Hmm,
I detached, moved and attached the database. I'll try to rebuild indexes and update statistics. Hope this will help me a bit.
I'll give feedback if i've success, thanks so far...
March 9, 2007 at 2:02 am
1) Yes, both servers are plugged into the same switch
2) Hard drives configuration is different. It looks this way :
"fast" dev system:
March 1, 2007 at 8:52 am
It's a hardware raid, no software is used...
March 1, 2007 at 8:50 am
"fast" dev system:
"slow" test system:
May the raid be...
March 1, 2007 at 8:38 am
Ok, I'll give you an overview of the hardware currently used...
Dev System:
Test System:
March 1, 2007 at 6:29 am
Database filesize is the same on both system, they extend in the same way.
I think dbcc dbreindex can't be the way for me, because of the follwoing situation:
I create a...
March 1, 2007 at 5:05 am
Viewing 14 posts - 1 through 14 (of 14 total)