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

Optimize snapshot reading when deriving tables #1823

Open
segfault-magnet opened this issue Apr 11, 2024 · 0 comments · May be fixed by #1838
Open

Optimize snapshot reading when deriving tables #1823

segfault-magnet opened this issue Apr 11, 2024 · 0 comments · May be fixed by #1838
Assignees
Labels
enhancement New feature or request

Comments

@segfault-magnet
Copy link
Contributor

Currently if we're deriving a table we're re-reading the snapshot to get the data. This adds IO/encoding overhead.

The ImportTable interface can be adapted to handle both importing the original data and generate and import any derived data as well.

@segfault-magnet segfault-magnet added the enhancement New feature or request label Apr 11, 2024
@segfault-magnet segfault-magnet self-assigned this Apr 11, 2024
@segfault-magnet segfault-magnet linked a pull request Apr 18, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant