summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/column_key_generator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72351 Fix incorrect generation of side writes for update operationsJustin Seyster2023-01-051-0/+21
* SERVER-67138 Change column index key generation to only insert keys for field...Justin Zhang2022-08-191-58/+130
* SERVER-63123 Add support for creating columnar indexes with a subset of field...Justin Zhang2022-07-301-0/+27
* SERVER-66314 improve columnar steady-state write implMathias Stearn2022-05-181-0/+16
* SERVER-66021 Support C(r)UD for columnstore indexesCharlie Swanson2022-05-051-0/+3
* SERVER-65192 Implement ColumnShredder to extract paths and cells for a documentMathias Stearn2022-04-121-0/+111