Skip to content
Snippets Groups Projects
  1. Oct 07, 2011
  2. Oct 06, 2011
  3. Oct 04, 2011
  4. Oct 03, 2011
  5. Oct 02, 2011
    • Howard Chu's avatar
      Add MDB_RESERVE mode · 6e05ca17
      Howard Chu authored
      When putting a record, just make space for the data, don't copy it.
      (Not compatible with MDB_DUPSORT, since the actual data is needed
      to determine the insert location.)
      6e05ca17
  6. Oct 01, 2011
  7. Sep 30, 2011
  8. Sep 23, 2011
  9. Sep 22, 2011
  10. Sep 21, 2011
  11. Sep 19, 2011
  12. Sep 18, 2011
  13. Sep 17, 2011
    • Howard Chu's avatar
      New sorted-dup subpage support · b7057eb6
      Howard Chu authored
      Instead of converting directly to a subDB when the first duplicate
      item is seen for a key, convert to a subpage instead. Allow the
      subpage to grow up to the overflow limit, then convert to a subDB.
      This saves a significant amount of space in a typical slapd index
      database.
      
      Currently we don't convert back to the smaller form if items are
      later deleted. Probably could do that with some hysteresis, e.g.,
      convert back from subDB to subpage when the size drops below
      (overflow limit/2). Maybe later.
      b7057eb6
  14. Sep 15, 2011
  15. Sep 14, 2011
  16. Sep 13, 2011
  17. Sep 12, 2011
Loading