I have a system comprising of SQL Server, Couchbase server and Couchbase Mobile. Data flows first from SQL Server to Couchbase server and then using the sync gateway, the data is replicated to mobile. I know that records on the Sync gateway have an auto updated revision id but what would be the best way to know which records to send back up to SQL Server from mobile and vice versa. Because I don’t want to be replicating all the documents from both sides every time. Only the new ones or those that have data changed.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to save documents temporarily in the Couchbase server for sync only? | 2 | 743 | March 2, 2022 | |
Couchbase mobile replication - Sync gateway replication | 7 | 1195 | November 21, 2020 | |
Couchbase sync - transactions, attachments and more | 1 | 2179 | April 6, 2015 | |
Sync gateway API REST Vs Couchbase server SDK | 2 | 779 | July 4, 2022 | |
Architectural information for a Server/Mobile app | 3 | 2187 | March 11, 2015 |