RethinkDB 2.2: atomic changefeeds, parallel scans, improved runtime
1–10 of 17 posts
Re: RethinkDB 2.2: atomic changefeeds, parallel scans, improved runtime
#2Looks 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.
Re: RethinkDB 2.2: atomic changefeeds, parallel scans, improved runtime
#3In case anyone is interested, they're going to do a live stream on youtube about this release in a couple of hours: https://www.youtube.com/watch?v=jt9EnhX24HU
Re: RethinkDB 2.2: atomic changefeeds, parallel scans, improved runtime
#4Join our webcast in 10 min :) https://youtu.be/jt9EnhX24HU
Re: RethinkDB 2.2: atomic changefeeds, parallel scans, improved runtime
#5From the FAQ:
We recommend RethinkDB servers have at least 2GB of RAM
Why does it needs so much memory?
Re: RethinkDB 2.2: atomic changefeeds, parallel scans, improved runtime
#6This 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.
Re: RethinkDB 2.2: atomic changefeeds, parallel scans, improved runtime
#7There's a fairly major breaking change for a minor version bump.
Re: RethinkDB 2.2: atomic changefeeds, parallel scans, improved runtime
#8From the FAQ: We recommend RethinkDB servers have at least 2GB of RAM Why does it needs so much memory?
Because it's 2015.
Re: RethinkDB 2.2: atomic changefeeds, parallel scans, improved runtime
#9Re: RethinkDB 2.2: atomic changefeeds, parallel scans, improved runtime
#10There's a fairly major breaking change for a minor version bump.
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.