Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TailInitializationFilter that uses a specific timestamp/sequence number, not a time period #6186

Open
rbasralian opened this issue Oct 9, 2024 · 0 comments
Labels
feature request New feature or request triage

Comments

@rbasralian
Copy link
Contributor

For the TailInitializationFilter, it would be more helpful in many cases to take the tail of the table starting at a specific timestamp, rather than starting at some period from the end of the table.

For example, if a DerivedTableWriter that writes a downsampled table restarts, it can fairly easily determine the earliest sequence number it needs from the source tables to rebuild its state up to the point that it stopped.

(Also, we should wrap it for Python.)

@rbasralian rbasralian added feature request New feature or request triage labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request triage
Projects
None yet
Development

No branches or pull requests

1 participant