Hi to everyone.
I just doing the Documents in Chunks lab, everything goes ok, but at the moment on find out the chunk id I didn’t find that information.
I try several times, but nothing works.
I’d try with this db.products.getShardDistribution()
As well, I try with db.products.findOne()
, and the same try with db.getSiblingDB(“m103”).products.find({“sku” : 21572585 })
But I’m still without finding the chunk id.
HI Maria, You are searching a wrong place. Chunk id is not stored in the user database.
in questions - “Look in the config database for the collection that stores all chunk information”
3 Likes
Hi, i get zero results when i execute this query
what to do?