我有一個檔案,其中識別符號 ( _id) 是一個檔案本身。例如:
{
"_id": {
"userIdentifier": 50,
"eventIdentifier": 47
},
"location": "New York",
"outcome": "SUCCESS"
}
是否可以使用這種檔案和 id 定義來應用哈希分片_id.userIdentifier?
uj5u.com熱心網友回復:
是的,只要您在該欄位上創建了索引,您就可以在該欄位上進行分片,并且它存在于每個檔案中。
轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/400720.html
