-
When I run the example code for sychronizing remote changes to a local cache database, something is wrong with the cursor, the local cached database has to reload all the value from the server everytime. Here is a snippet of the code, could you please help me? // Open local state database // Connect to remote server using a client with cache database // Wait for both te be ready to use // Get last cursor we stored in our localstate database (if available) // Update the cache database with changes to the "products" collection since cursor. // Store the new cursor for next time // Monitor the "products" collection to keep cache up to date while running: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
DId you enable transaction logging on the server? |
Beta Was this translation helpful? Give feedback.
DId you enable transaction logging on the server?