Hacker News new | ask | show | jobs
by masomenos 5793 days ago
Interesting! Did not know that.

Any idea how replica sets / shards might fit into this picture?

1 comments

It would help keeping the index size down (well... distribute it at least) and a lock on a shard will not influence the other shards. I asked a few months back if I could just run several shards on a single machine and keep the locked area smaller that way, but the general consensus was that it wasn't a good idea because of the overhead. Other than that, the lock is still there...