Y
Hacker News
new
|
ask
|
show
|
jobs
by
selvakn
4380 days ago
Is the changefeeds feature comparable with changes api of couchdb?
1 comments
coffeemug
4380 days ago
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.
link