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

[FEATURE] BackfillRequest #139

Open
george-zubrienko opened this issue Feb 26, 2025 · 0 comments
Open

[FEATURE] BackfillRequest #139

george-zubrienko opened this issue Feb 26, 2025 · 0 comments
Labels
code/new-feature New feature or request

Comments

@george-zubrienko
Copy link
Contributor

george-zubrienko commented Feb 26, 2025

Description

Using annotation to do a backfill turned out to be slightly cumbersome. Here are a few issues we have to manually tackle:

  • Rows per group for backfills needs to be much higher to speed up loading
  • Backfill with MERGE behaviour is only possible as a lookback, but we cannot specify a custom date range to "fill the missing holes" in data
  • Backfill must perform a lookback on completion, for the duration of the backfill itself + some buffer, to avoid dataloss after streaming container starts
  • There is little control of a timestamp the backfill starts from. While this is not critical for many plugins, for Synapse this is crucial due to lack of snapshot table that can be used as a baseline

Possible solution

No response

Alternatives

No response

Context

No response

@george-zubrienko george-zubrienko added the code/new-feature New feature or request label Feb 26, 2025
@s-vitaliy s-vitaliy self-assigned this Feb 26, 2025
@s-vitaliy s-vitaliy added this to Arcane Feb 26, 2025
@s-vitaliy s-vitaliy moved this to Backlog in Arcane Feb 26, 2025
@s-vitaliy s-vitaliy removed their assignment Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/new-feature New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants