Hacker News new | ask | show | jobs
by selvakn 4380 days ago
Is the changefeeds feature comparable with changes api of couchdb?
1 comments

Unless I'm mistaken RethinkDB changefeeds are more powerful than the couch API. You can perform filters on changefeeds, do joins, transformations, etc., while the Couch API gives you a feed that has to be fully processed on the client.