Hi,
We are getting below error while enabling sharding on our collections.
collectionSize : 8 TB
Shard Key : referenceId and CreateDateTime (YYYY-MM-DD-HH-MM-SS).
{
"ok" : 0,
"errmsg" : "BSON size limit hit while building Message. Size: 16866143 (0x1015B5F); maxSize: 16793600(16MB)",
"code" : 10334,
"codeName" : "BSONObjectTooLarge",
"$clusterTime" : {
"clusterTime" : Timestamp(1752063176, 7),
"signature" : {
"hash" : BinData(0,"2oXr3/fQWXb882UKu0zzGgVytyw="),
"keyId" : NumberLong("7521554742611279897")
}
},
"operationTime
Can you please suggest if there is anyway to rectify this error.
Thanks,
Sumit