-
Type:
Improvement
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
None
-
None
-
None
-
None
-
None
-
None
-
None
currently (5.1)
db.runCommand({ create: "tscoll", timeseries:{timeField: 'time', metaField: 'id' }})
db.adminCommand({ shardCollection: "test.tscoll", key:
{ time: "hashed" }, numInitialChunks: 6 }
returns
"errmsg" : "Invalid index spec for time-series collection: { time: \"hashed\" }. Indexes on the time field must be ascending or descending (numbers only): time: \"hashed\""
it shoudl instead alert the user the sharding on timeField should only be using range ("1") partitioning.
- duplicates
-
SERVER-60641 Return better error message when trying to shard time series collection using hashed timefield
-
- Closed
-