Our backend directory server contains nearly 10 millions of records. We have a requirement to perform LDAP equivalent of 'select count() from ... where condition1 and condition2' in LDAP server. As I am aware, we can do this only by making the client application to retrieve all the entries from the directory server and perform the count explicitly at the client side. This will be an overhead as it is necessary to do this over millions of records. Is there a way in LDAP to make the server itself perform the count and return back only the result? Can we use 'LDAP control' for this?
As this is required urgently, prompt reply will be appreciated. --- 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.
