Hacker News new | ask | show | jobs
by bigfish24 1010 days ago
Query-based sync to partially replicate is an absolute must. This was a key feature with Ditto: https://www.ditto.live
1 comments

Query-based replication works when you know what the user probably wants to have in advance (e.g. a device in a warehouse needs records for that stock in that warehouse, not others). But that's still push.

You still need pull on demand access when a user opens any random item where we don't know in advance what they probably want (e.g. a discussion board scenario).