summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/biggie/store.h
Commit message (Expand)AuthorAgeFilesLines
* 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