From: Couchbase Sync Gateway
I have some questions of the same subject.
Since last answer, things change and there is a tutorial for sync user data
https://docs.couchbase.com/userprofile-couchbase-mobile/current/userprofile/userprofile_sync.html
This example show how to sync only one document per user (like user profile), so only one bucket is needed for all user.
So my question:
In case of multiple documents per user (like a list of event), do I need to create a bucket per user? Or can I use the same way as the example?
Using channel is a good idea? https://docs.couchbase.com/sync-gateway/current/channels.html
Also, what can be the size/usage of the database for this?
Thanks
François