summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/biggie/store.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* Revert "SERVER-38939 Be more memory efficient for leaf nodes in biggie"Geert Bosch2019-01-161-77/+61
* SERVER-38939 Be more memory efficient for leaf nodes in biggieGeert Bosch2019-01-141-61/+77
* SERVER-38291 Add constant time size tracking in biggie record storeGeert Bosch2019-01-081-127/+65
* SERVER-38225 Add constant time record count to biggie SEGeert Bosch2018-12-031-9/+11
* SERVER-38328 Fix uint8_t overflow in the BiggieSE lower_bound() functionGregory Wlodarek2018-12-031-53/+34
* SERVER-38259 Don't copy the tree on changes if all cursors are positioned beh...Gregory Wlodarek2018-12-021-32/+82
* Revert "SERVER-38259 Don't copy the tree on changes if all cursors are positi...Gregory Wlodarek2018-12-021-80/+28
* SERVER-38259 Don't copy the tree on changes if all cursors are positioned beh...Gregory Wlodarek2018-12-021-28/+80
* SERVER-38260 Avoid updating metadata when dropping the database or collection...Gregory Wlodarek2018-11-291-23/+4
* SERVER-38262 Avoid comparing elements between different tree versions in Bigg...Gregory Wlodarek2018-11-281-38/+45
* SERVER-38022 BiggieSE recovery unit should only mark trees dirty when written toGregory Wlodarek2018-11-131-0/+4
* SERVER-38037 Fix copy without assignGregory Wlodarek2018-11-121-167/+182
* SERVER-37787 Refactor the way we use pointers in BiggieSEGregory Wlodarek2018-11-071-110/+139
* SERVER-37706 Implement capped collection support for BiggieSEGregory Wlodarek2018-11-061-5/+24
* SERVER-37694 Remove redundant branch testsGregory Wlodarek2018-10-241-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37629 Enable supportsDockLocking() in the BiggieSE Record Store TestGregory Wlodarek2018-10-191-4/+28
* SERVER-37337 Allow operations to be done from subtrees in BiggieSEGregory Wlodarek2018-10-191-347/+463
* SERVER-37063 Fix uninitialized scalar fieldGregory Wlodarek2018-09-111-2/+2
* SERVER-36408 Efficiently merge trees in biggie storage engineGregory Wlodarek2018-09-071-49/+33
* SERVER-36408 more efficient merging for biggie radix trieDewal Gupta2018-09-071-112/+369
* SERVER-36573 remove unnecessary operators, constructors for Biggie SEDewal Gupta2018-08-201-16/+0
* SERVER-36213: Add prefix compression to Biggie store.Audrey Fang2018-08-151-161/+324
* SERVER-35820 Fix Windows compile error due to Biggie SEDewal Gupta2018-08-081-2/+2
* SERVER-35820 Implements radix trie for biggie storage engine allowing more ef...Dewal Gupta2018-08-081-125/+723
* SERVER-35947 Implement sorted data interface for the biggie storage engine.seantao972018-08-021-0/+4
* SERVER-35532 Set up record store and pass all unit tests.Ben Judd2018-07-251-0/+4
* SERVER-36028 Fix Windows compile by adding typename to Biggie iterator value_...Audrey Fang2018-07-101-1/+1
* SERVER-35522 Implement dummy version of Biggie store for new in memory storageAudrey Fang2018-07-061-0/+297