Hi,
are you always modifying the same entry/attribute? In that case, the modifications will get slower and slower with each execution. 4 minutes sounds really long for 1000 modifications.
If you want faster MOD performance, the best way is to use faster disk systems that use write caches.
Regards,
Holger
There are different ways to tune Directory Server for write performance.
The area to consider are :
- DB cache size and location of the db-home-directory
- Entry cache size and overall memory available
- Spreading writes to multiple disks. For example, putting logs, transaction logs and the DB on separated disks
- Useful vs useless indexes
- Disks performances
...
You may also want to check "cn=Directory Manager" blog <http://blogs.sun.com/DirectoryManager" about performance tips.
Regards,
Ludovic.>