Looks like a great release! Can't wait to get this installed and going on our system. We use getAll almost everywhere, so that's going to be a very, very welcome improvement.
Awesome to see Rethink continue to mature quickly and nicely.
This is a really exciting release! Atomic changefeeds make it much more consistent and robust to subscribe to realtime data in the client, and the performance improvements look incredible.
Makes sense to reduce disk accesses but maybe there are fixed data structures allocated? Since otherwise they should advice a given percentage of memory compared to dataset size instead of a fixed amount.
The article describes how RethinkDB uses memory to reduce disk access and process queries, as well as how to reduce its memory usage with `--cache-size`.
We maintain a stable LTS release (v2.0) for those who cannot tolerate breaking changes.
Feature releases (e.g. 2.1, 2.2) include new features and do break compatibility on occasion (so we can quickly introduce new behavior). Any breaking changes are well-documented in the release notes[1], so you can have a smooth upgrade path.
Minor releases (e.g. 2.1.1, 2.1.2) do not have breaking changes, only bugfixes and minor improvements.
I don't think there are actually any breaking changes. The release notes say "includeInitial" is breaking, but I think all of your existing application code will continue to run the same if you upgrade RethinkDB. It's just that new code using includeInitial will fail on old versions of RethinkDB.