Incremental change feed #593
Unanswered
tobiasegli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I was playing around with the SurrealDB CHANGEFEED:
This will get the following output:
When applying an update using merge (or patch) the change feed is always showing a full dataset of the record. Is it possible to somehow get the incremental data that actually has been changed?
In the docs I read something about the diff-match-patch that's applied in the live queries. Is this also used in general when updating a record?
Or is it better to just do a manual diff-match-patch before updating a record?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions