Hi,
I did sharding . this is from sh.status()
{ “_id” : “m103”, “primary” : “m103-repl”, “partitioned” : true }
m103.products
shard key: { “sku” : 1 }
unique: false
balancing: true
chunks:
m103-repl 2
m103-repl-2 1
{ “sku” : { “$minKey” : 1 } } -->> { “sku” : 23153496 } on : m103-repl-2 Timestamp(2, 0)
{ “sku” : 23153496 } -->> { “sku” : 28928914 } on : m103-repl Timestamp(2, 1)
{ “sku” : 28928914 } -->> { “sku” : { “$maxKey” : 1 } } on : m103-repl Timestamp(1, 2)
but i still see 516784 documents at primary , but i see 217885 on m103-repl-2… and all operations seems ok.
why it is not decreasing at m103-repl?
I tried several times
thanks for any help
erkan