summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/biggie/store_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-2774/+0
* SERVER-48304 Use intrusive_ptr instead of shared_ptr in biggie radix treeBynn Lee2020-07-141-4/+4
* SERVER-49283 Fixing issues in merge3 when previous operation has resulted in ...Henrik Edin2020-07-131-0/+75
* SERVER-48306 Store a cached count of children in biggie radix tree nodesYuhong Zhang2020-07-021-8/+51
* SERVER-48746 Radix tree merge compresses nodes if needed and does not leave l...Henrik Edin2020-06-181-0/+67
* SERVER-48561 Merging unique leaf nodes in the radix tree with the same data s...Henrik Edin2020-06-051-0/+19
* SERVER-48554 Fix so radix _findNode don't return internal root node.Henrik Edin2020-06-051-0/+21
* SERVER-48551 Fix integer promotion bug in _findNode exposed by merge3 when ba...Henrik Edin2020-06-051-0/+15
* SERVER-48141 Fix crash in radix store merge3 when merging trees sharing branc...Henrik Edin2020-05-151-0/+16
* SERVER-48140 Erase of internal nodes in radix tree is not allowed and should ...Henrik Edin2020-05-151-0/+6
* SERVER-48034 Fix bug in radix store merge3() when the nodes just diff in the ...Henrik Edin2020-05-111-0/+16
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* 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-49/+49
* SERVER-38939 Be more memory efficient for leaf nodes in biggieGeert Bosch2019-01-141-49/+49
* SERVER-38291 fix Windows compileBenety Goh2019-01-091-1/+1
* SERVER-38291 Add constant time size tracking in biggie record storeGeert Bosch2019-01-081-1/+37
* SERVER-38328 Fix uint8_t overflow in the BiggieSE lower_bound() functionGregory Wlodarek2018-12-031-0/+25
* SERVER-38259 Don't copy the tree on changes if all cursors are positioned beh...Gregory Wlodarek2018-12-021-4/+124
* Revert "SERVER-38259 Don't copy the tree on changes if all cursors are positi...Gregory Wlodarek2018-12-021-124/+4
* SERVER-38259 Don't copy the tree on changes if all cursors are positioned beh...Gregory Wlodarek2018-12-021-4/+124
* SERVER-38260 Avoid updating metadata when dropping the database or collection...Gregory Wlodarek2018-11-291-21/+0
* SERVER-38262 Avoid comparing elements between different tree versions in Bigg...Gregory Wlodarek2018-11-281-0/+52
* SERVER-37706 Implement capped collection support for BiggieSEGregory Wlodarek2018-11-061-2/+77
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37337 Allow operations to be done from subtrees in BiggieSEGregory Wlodarek2018-10-191-8/+600
* SERVER-36408 more efficient merging for biggie radix trieDewal Gupta2018-09-071-43/+192
* SERVER-36213 Fix lintAudrey Fang2018-08-151-1/+1
* SERVER-36213: Add prefix compression to Biggie store.Audrey Fang2018-08-151-11/+228
* SERVER-35820 Implements radix trie for biggie storage engine allowing more ef...Dewal Gupta2018-08-081-136/+984
* SERVER-35522 Implement dummy version of Biggie store for new in memory storageAudrey Fang2018-07-061-0/+402