Skip to content

Commit b250c97

Browse files
refactor: remove columnstore indexes COMPASS-6783 (#522)
1 parent 4d0c41d commit b250c97

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/templates/playgroundCreateIndexTemplate.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ db.getCollection('CURRENT_COLLECTION')
2020
* '$**': 1, // wildcard index on all fields and subfields in a document
2121
* 'path.to.field.$**': 1 // wildcard index on a specific field and its subpaths
2222
*
23-
* Columnstore index
24-
* '$**': 'columnstore', // columnstore index on multiple specific field
25-
* 'path.to.field.$**': 'columnstore', // columnstore index on one field and all the subfields
26-
*
2723
* Text index
2824
* fieldA: 'text',
2925
* fieldB: 'text'
@@ -46,7 +42,6 @@ db.getCollection('CURRENT_COLLECTION')
4642
* expireAfterSeconds: TTL,
4743
* collation: {},
4844
* wildcardProjection: {},
49-
* columnstoreProjection: {} // added in MongoDB 6.3
5045
*/
5146
}
5247
);

0 commit comments

Comments
 (0)