On 3/12/10 1:09 PM, Dieter Kluenter wrote:
- configure your ldap clients properly, that is, reduce to onelevel scope search and unbind decently,
- put the transaction logs onto a separate disk,
- load the whole database into shared memory,
- use a separate partition for the database files and format with ext2 fs, we don't need a journaling filesystem,
- set loglevel 0,
- implement a log database in order to control write operations
- check the number of threads
0. Check that you have indexed the attributes you use in your filters. Most certainly the most useful option.