You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Adding a _commit_time field when querying ChangeStore can indeed make it more convenient for users to use and filter data.
How would you like to implement it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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