Hacker News new | ask | show | jobs
by octix 3194 days ago
Thanks for sharing. "adding indexes to large collections" - how many records are we talking here?

Thanks.

1 comments

Collections with tens of Gigabytes and hundreds of millions of records can take a few hours per-node to build an index. You'll need to think about index migration strategies before that point though. I'd guess that once you have gigabytes of data in a collection you'll probably have less downtime with an election than you will waiting for the index to build.