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

Track schema (and changes) in log file #53

Closed
4 tasks
Tracked by #50
danthegoodman1 opened this issue Aug 2, 2023 · 1 comment
Closed
4 tasks
Tracked by #50

Track schema (and changes) in log file #53

danthegoodman1 opened this issue Aug 2, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@danthegoodman1
Copy link
Owner

Schema changes are detected, need to cache previous log state in memory for a few seconds on ingestion nodes (inconsistency is ok as long as data type is the same because they will be compacted and deduplicated if same column name)

  • Track schema on ingest
  • If take not of schema changes
  • Cache current schema in memory
  • Have background process for refreshing known in-memory schema from log (set interval, 0 is off)
@danthegoodman1 danthegoodman1 added the enhancement New feature or request label Aug 2, 2023
@danthegoodman1 danthegoodman1 added this to the v3 milestone Aug 2, 2023
@danthegoodman1 danthegoodman1 mentioned this issue Aug 2, 2023
11 tasks
@danthegoodman1 danthegoodman1 changed the title Track schema (and changes) in log file, can cache state locally on ingestors but should refresh from log because of concurrent ingestors Track schema (and changes) in log file Aug 2, 2023
@danthegoodman1
Copy link
Owner Author

Duplicate of part of #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant