summaryrefslogtreecommitdiff
path: root/src/mongo/db/list_indexes.idl
diff options
context:
space:
mode:
authorJustin Seyster <justin.seyster@mongodb.com>2022-12-08 14:49:59 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-08 22:36:07 +0000
commitc2d50870e6e2a25ac40a1760a4acbdb855bd1873 (patch)
tree624ad63995cd8bcac496f7ae8a0309a2da44871e /src/mongo/db/list_indexes.idl
parentf8554485c1b1121da12a29c627193aa340bf8245 (diff)
downloadmongo-c2d50870e6e2a25ac40a1760a4acbdb855bd1873.tar.gz
SERVER-65976 Enable block compression for column store indexes
Diffstat (limited to 'src/mongo/db/list_indexes.idl')
-rw-r--r--src/mongo/db/list_indexes.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/list_indexes.idl b/src/mongo/db/list_indexes.idl
index 164c7fab53c..4f2118e3f57 100644
--- a/src/mongo/db/list_indexes.idl
+++ b/src/mongo/db/list_indexes.idl
@@ -142,6 +142,10 @@ structs:
type: object_owned
optional: true
stability: unstable
+ columnstoreCompressor:
+ type: string
+ optional: true
+ stability: unstable
coarsestIndexedLevel:
type: safeInt
optional: true