我想在mongodb存在集合中添加一个新文档。但是此集合是分片集合。我的分片键是_id。
{"CODE_LOG":260,"Date": {"$date" : "2015-10-27T18:21:37.55Z" }}
我收到此错误:
{"http status code":400,"http status description":"Bad Request","message":"Write request for sharded collection must specify the shardkey. Use the 'shardkey' query parameter."}
我不想指定分片的值。