Hi,
We have a WSS site with document libraries containing around 40GB of data
right now. We have developped an application that moves files from one
document library to another and have noticed two things.
1) Moving a document using the SharePoint API take from 15-30 seconds
2) tempdb seems to be used heavily on each document move 100% Disk Time with
a queue length of over 2
I see quite a bit of I/O stalls in SQL Server for tempdb which leads me to
think that would be part of the problem. I have a set of disks dedicated to
the content database of that site (6 disk in RAID 1-0) and a disk dedicated
to tempdb.
Anybody has ideas as to what I should be looking for or has experienced a
similar issue?
Thanks,