5 ms·
Note the difference between "lots of writes" and "lots of concurrent writes". "Lots of writes" in succession without heavy concurrency support is just fine for
by shimonamit 4y ago
Note the difference between "lots of writes" and "lots of concurrent writes". "Lots of writes" in succession without heavy concurrency support is just fine for desktop/mobile apps. It is not okay for busy webapps.
- why_only_15 4y agoOh hmm what do you mean by concurrent here? Several writes in succession to the same place or writes that other users need to be able to read quickly?