Hi
For some background we have an Android application that we run with couchbase as its main database, this database is connected with a continuous push-pull replicator to our sync gateway.
I am looking to get some more understanding on strategies to minimise mobile data usage from my application. some questions I thought of are
- Does the entire document sync every time I make an update or just the fields that changed ?
- If I am going to write to a document multiple times should I try wait until everything is ready and then only write to the document once ?
- Would many small documents be more efficient than one large document so each write only uses the bare minimum amount of data.
- Anyone have any suggestions on tools to watch the traffic or track the usage so I can get an idea of what areas are using the most data ?
- Anyone have any of their own strategies they have found to optimise data usage ?
Thank you for any assistance
5 posts - 3 participants