문제

I was just curious why an LDAP (Lightweight Directory Protocol) would or would not be considered persistence data?

도움이 되었습니까?

해결책

You are mixing up a "protocol" with "data". There is no "LDAP data".

Apart from that, an LDAP directory can be seen as a classical example of persistent storage.

  1. LDAP directory entries have an average lifetime in the range of weeks, or even months.
  2. LDAP servers are optimized for an "occasional writes, many reads" usage pattern.
  3. Modern LDAP servers allow mechanisms for ensuring data consistency in the directory.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top