Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-M22
-
None
-
None
Description
The Add operation is fetching two ID from the DN index :
- The entry's ID
- The parent's ID
The thing is that when we fetch the entry's ID, we also fetch the parent's ID. It would be better to first fetch the parent's ID and the the entry, saving quite a lot of index access.