Timeline for Using a Directory Service instead of a Database
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 12, 2013 at 22:29 | vote | accept | dsw88 | ||
| Jul 19, 2013 at 17:48 | answer | added | user40980 | timeline score: 2 | |
| Jul 18, 2013 at 18:57 | comment | added | user40980 |
You may find the writes to an LDAP to be less than optimal. Consider zytrax.com/books/ldap/ch2 - LDAP is characterized as a 'write-once-read-many-times' service. That is to say, the type of data that would normally be stored in an LDAP service would not be expected to change on every access. There are suggestions of read:write ratios for LDAP on the order of 1000:1 (for which LDAP is optimized).
|
|
| Jul 18, 2013 at 18:54 | comment | added | dsw88 | Not a huge amount currently, mostly reads. But the modifications I'm making will introduce a lot more writes on the directory | |
| Jul 18, 2013 at 18:47 | answer | added | Arseni Mourzenko | timeline score: 8 | |
| Jul 18, 2013 at 18:32 | comment | added | user40980 | How much writing do you do to this object store? | |
| Jul 18, 2013 at 18:31 | answer | added | Javier | timeline score: 1 | |
| Jul 18, 2013 at 18:25 | history | asked | dsw88 | CC BY-SA 3.0 |