summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/biggie
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14801 Add field names to duplicate key error messagesXiangyu Yao2018-09-144-11/+26
* SERVER-37070 Improve duplicate key error messages for all storage enginesr4.1.3Xiangyu Yao2018-09-134-19/+40
* Revert "SERVER-37070 Improve duplicate key error messages for all storage eng...Xiangyu Yao2018-09-134-40/+19
* SERVER-37070 Improve duplicate key error messages for all storage enginesXiangyu Yao2018-09-134-19/+40
* 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-072-155/+561
* SERVER-36662 Delete UpdateNotifier.David Storch2018-08-292-4/+2
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-242-15/+17
* Revert "SERVER-36280 Create a feature tracker bit indicating the existence of...Eric Milkie2018-08-232-3/+2
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-222-2/+3
* SERVER-36573 remove unnecessary operators, constructors for Biggie SEDewal Gupta2018-08-201-16/+0
* SERVER-36278 Remove the 1KB index key size limit in FCV42Xiangyu Yao2018-08-151-10/+0
* SERVER-36213 Fix lintAudrey Fang2018-08-151-1/+1
* SERVER-36213: Add prefix compression to Biggie store.Audrey Fang2018-08-152-172/+552
* 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-086-298/+1745
* SERVER-35947 Implement sorted data interface for the biggie storage engine.Sean Tao2018-08-021-11/+9
* SERVER-35947 Implement sorted data interface for the biggie storage engine.seantao972018-08-028-69/+862
* SERVER-35975 Added support for updateWithDamages to biggie engineBen Judd2018-07-251-13/+16
* SERVER-35949 Biggie record store to use KeyString instead of fixed length intsBen Judd2018-07-254-40/+51
* SERVER-35532 Set up record store and pass all unit tests.Ben Judd2018-07-2514-460/+928
* SERVER-35531 New "biggie" storage engine starts up and registers selfBen Judd2018-07-2510-0/+1075
* 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-063-0/+711