When should you use a cache with @MongoDB? - the answer is probably never. hackernoon.com/when-should-yo…
1
8
370
390K
30
@hackernoon @MongoDB Seriously? Try upserting a same document hundreds of times a seconds for like 1000 given documents in a table, the whole table will lag. MongoDB should know that a document already exists. Thats just one example.