summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/biggie/biggie_sorted_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37070 Improve duplicate key error messages for all storage enginesr4.1.3Xiangyu Yao2018-09-131-14/+18
|
* Revert "SERVER-37070 Improve duplicate key error messages for all storage ↵Xiangyu Yao2018-09-131-18/+14
| | | | | | engines" This reverts commit 061d13d34af2d75f1b3597b1a60478a60a97e7c7.
* SERVER-37070 Improve duplicate key error messages for all storage enginesXiangyu Yao2018-09-131-14/+18
|
* SERVER-36280 Create a feature tracker bit indicating the existence of ↵Xiangyu Yao2018-08-241-9/+11
| | | | KeyString with long TypeBits
* Revert "SERVER-36280 Create a feature tracker bit indicating the existence ↵Eric Milkie2018-08-231-2/+1
| | | | | | of KeyString with long TypeBits" This reverts commit 600351dc35fba5ef1f0a7987770e307a38ffbcd4.
* SERVER-36280 Create a feature tracker bit indicating the existence of ↵Xiangyu Yao2018-08-221-1/+2
| | | | KeyString with long TypeBits
* SERVER-36278 Remove the 1KB index key size limit in FCV42Xiangyu Yao2018-08-151-10/+0
|
* SERVER-35820 Implements radix trie for biggie storage engine allowing more ↵Dewal Gupta2018-08-081-9/+16
| | | | efficient copying on modification
* 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-021-25/+641
|
* SERVER-35532 Set up record store and pass all unit tests.Ben Judd2018-07-251-35/+62
|
* SERVER-35531 New "biggie" storage engine starts up and registers selfBen Judd2018-07-251-0/+114