[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Intense LDAP write operations



I dont think this was the sweet spot planned for directories. Writes would entail applying locks on the data store which would impact the regular search, retrieval and any sync operations. You also need to deal with atomicity of updates to the group of attributes and the latency of propagation of changes across multiple copies of the data store. A transactional database may be a better choice.

Are you sure you need a directory service and not a transactional database engine that supports LDAP in addition to SQL?

Subbu K. K
―---------------------------------------------
K. K. Subramaniam
Product Manager, Novell Directory Services (UNIX)
Novell

>>> <Martin.Rahm@nokia.com> 06/07/00 12:27PM >>>
Hi,

I am working on a problem where LDAP would be used to keep a directory with
user data.  One concern I have is that LDAP is supposed to be less efficient
when it comes to intense write operations.

Can LDAP handle millions of users data in a directory where some of the data
(a few attributes) needs to be updated very frequently?  How would that
affect performance and is LDAP effective when the searched data must be
returned prompty with very little delay?

If anyone has any comments on this, I would appreciate it,

Martin Rahm