Merge pull request #753 from nosqlbench/ms-trivial-mongodb-workload-fix

Minor update to timeseries clustering index name
This commit is contained in:
Jonathan Shook 2022-10-21 13:18:08 -05:00 committed by GitHub
commit e90580de21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ blocks:
key: {
time: -1,
},
name: "tab_time_desc_idx",
name: "ts_time_desc_idx",
unique: true
}
],