Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For this issue #971 , the query on the last snapshot of the change store could get the historical records of a specific key, but it is still hard to get the history of the records after a specific timestamp. If we add the
_commit_time
column which is the commit time of the transaction to change store metadata columns the query could filter by_commit_time
and get the history of the records after some timestamp.Beta Was this translation helpful? Give feedback.
All reactions