Hacker News new | ask | show | jobs
by skrebbel 3893 days ago
I feel stupid maybe, but can pouch/couch sync anything other than an entire database? The lack of granularity there always turned me off.
1 comments

Yup, filtered replication supported by pouchdb + couchdb - http://pouchdb.com/2015/04/05/filtered-replication.html.

There are also other models, sharding individual databases per user or some other application logic. There are definitely some use cases we dont handle amazingly right now, but its all heavily being worked on.