Is jdbc or ldap faster for basic read operations?

Posted by Brandon on Stack Overflow See other posts from Stack Overflow or by Brandon
Published on 2010-05-18T18:29:33Z Indexed on 2010/05/19 3:40 UTC
Read the original article Hit count: 186

Filed under:
|
|

I have a set of user data which I am try to access. Due to the way our company's employee data is set up, the information is available both through LDAP and through a table in our DB.

I was curious, for standard read operations which would generally be a higher performance query?

© Stack Overflow or respective owner

Related posts about ldap

Related posts about jdbc