> I have a openldap server which contained about 8000 entries. And i > have built many indexs (20-30). I found the speed of add and delete is > a bit slow. About 40 entries per minute even i use the command line > tools such as ldapdelete and ldapadd. So i wonder whether or not is > normal?
No, it is not normal. > Is there any problem with my openldap server? > dual 2.8 xeon, 1G DDR, SCSI raid 1 with gentoo running on it. > The version of openldap is openldap-2.1.30. This is very very old. > I use ldbm as the default backend. The ldbm backend is extremely old and performance is not that great. Move to a more recent server and user back-bdb or back-hdb with a proper DB_CONFIG file. --- You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
