6 ms·
Is the changefeeds feature comparable with changes api of couchdb?
by selvakn 12y ago
Is the changefeeds feature comparable with changes api of couchdb?
- coffeemug 12y agoUnless 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.