summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/key_string.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60116 Used a 3-pointer implementation of BasicBufBuilder to optimize f...Mohammad Dashti2021-10-261-4/+12
* SERVER-60273 Calculate the estimated size for missing types in sbe::value::ge...Drew Paroski2021-10-161-0/+2
* SERVER-60287 Make clustered collection scan respect minimum boundHaley Connelly2021-10-051-0/+1
* SERVER-59199 KeyString: support large RecordId binary stringsJosef Ahmad2021-09-231-0/+6
* Revert "SERVER-59199 KeyString: support large RecordId binary strings"Uladzimir Makouski2021-09-221-6/+0
* SERVER-59199 KeyString: support large RecordId binary stringsJosef Ahmad2021-09-211-0/+6
* SERVER-59600 move StorageDebugUtil::printKeyString() to the KeyString namespaceBenety Goh2021-08-271-0/+12
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-10/+10
* SERVER-55664 EphemeralForTest supports clustered _id indexesLouis Williams2021-06-151-12/+19
* SERVER-55601 Improve performance of Queries.CoveredBlockingSort benchmark in SBENikita Lapkov2021-05-211-0/+2
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-1/+12
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-3/+12
* SERVER-51762 Delete code for old unique index formatLouis Williams2021-01-151-6/+0
* SERVER-50234 delete the unused function toBsonWithSafeDiscriminatorVishnu Kaushik2020-09-021-4/+0
* SERVER-49397 Spilling to disk for sort in SBE.Martin Neupauer2020-07-231-0/+4
* SERVER-48067 Reduce memory consumption for unique index builds with large num...Gregory Noma2020-07-201-0/+7
* SERVER-49351 Implement readKeyStringValueIntoAccessors()Justin Seyster2020-07-151-0/+16
* Revert "SERVER-49351 Implement readKeyStringValueIntoAccessors()"Jason Chan2020-07-151-16/+0
* SERVER-49351 Implement readKeyStringValueIntoAccessors()Justin Seyster2020-07-141-0/+16
* SERVER-47416 Eliminate copies of KeyStringSet when possibleHenrik Edin2020-04-141-0/+2
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-101-89/+163
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-1/+3
* SERVER-44095 Initialize TypeBits buffer to a smaller sizeLouis Williams2020-03-091-3/+10
* SERVER-44101 Add a KeyString::Value::hash method and use it in validationGeert Bosch2019-10-221-0/+7
* SERVER-43619 Overload SortedDataInterface::Cursor to return KeyStringGregory Wlodarek2019-10-011-0/+5
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-011-0/+4
* SERVER-42972 Callers of SortedDataInterface::seekExact should pass KeyStringLouis Williams2019-09-061-3/+7
* SERVER-42526 IndexBuildInterceptor should store KeyString keysLouis Williams2019-08-291-13/+24
* SERVER-42931 KeyString::Value should report its memory usage as the total buf...Louis Williams2019-08-291-1/+2
* SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPointXiangyu Yao2019-08-261-0/+8
* SERVER-42712 Improve KeyString::Value copy assignemntLouis Williams2019-08-201-22/+62
* Revert "SERVER-42712 Improve KeyString::Value copy assignemnt"Louis Williams2019-08-201-48/+14
* SERVER-42712 Improve KeyString::Value copy assignemntLouis Williams2019-08-201-14/+48
* SERVER-41723 Template the external Sorter to use KeyString instead of BSONObjXiangyu Yao2019-08-191-0/+35
* SERVER-41729 Make S2AccessMethod generate keys using KeyStringGregory Noma2019-08-161-0/+10
* SERVER-41730 Make TwoDAccessMethod generate keys using KeyStringGregory Noma2019-08-151-0/+4
* SERVER-41731 Make WildcardAccessMethod generate keys using KeyStringGregory Noma2019-08-151-0/+1
* SERVER-41728 Make HaystackAccessMethod generate keys using KeyStringGregory Noma2019-08-151-0/+1
* SERVER-41727 Make HashAccessMethod generate keys using KeyStringGregory Noma2019-08-151-0/+1
* SERVER-41726 Make FTSAccessMethod generate keys with KeyStringGregory Noma2019-08-151-0/+15
* SERVER-41720 Overload SortedDataInterface::Cursor::seek and seekExact to acce...Zach Yam2019-08-151-2/+4
* SERVER-41725 Make BtreeAccessMethod generate keys using KeyStringGregory Noma2019-08-151-21/+30
* SERVER-42578 Lower default BufBuilder size for KeyString::HeapBuilder to 32 b...Gregory Noma2019-08-151-1/+27
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-43/+96
* SERVER-41845 Made Keystring::Builder into a template of the Buffer used.Daniel Solnik2019-07-311-83/+110
* SERVER-41717 fix lintIan Boros2019-07-231-2/+1
* SERVER-41717 Make KeyString::Builder a builder class to generate KeyStrings.Daniel Solnik2019-07-231-16/+115
* SERVER-41719 Overload SortedDataInterface::insert, unindex, and addKey to acc...Gregory Noma2019-07-171-0/+1
* SERVER-41717 Create KeyStringBuilder, KeyStringValue, and KeyStringTypeBits c...Daniel Solnik2019-07-161-302/+304
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-2/+0