Performance degradation

The Application:About 200 databases with 70.000 docs.

Each night 10.000 docs deleted and 10.000 docs inserted.

Each http session is logged in a database and each request is verified.

Each response to the user request is generated using the Msxml2.DOMDocument object and accessing from 1 to 100 docs.

The Problem

Migrating from Domino 5.0.12 to 6.5.1 the requests are buffered for minutes regardless from standard R6 caching or R5 compatibility caching mode and regardless from the time (day or nigth)

The Question

Any suggestion?

Subject: Performance degradation

Do you purge deletion stubs frequently. 15% of the documents deleted every day, must produce a heck of a lot of deletion stubs. The database performance will decline rapidly if these are not removed regularly.

What about view updates. Again make sure these are left enough time and processing power to be updated. 20.000 updates is a lot.