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

Filter based on columns declared in TabletMetadataCheck #5254

Open
keith-turner opened this issue Jan 13, 2025 · 0 comments
Open

Filter based on columns declared in TabletMetadataCheck #5254

keith-turner opened this issue Jan 13, 2025 · 0 comments
Milestone

Comments

@keith-turner
Copy link
Contributor

keith-turner commented Jan 13, 2025

In #5247 a new interface was introduced for atomically checking tablet metadata to see if a tablet metadata could be updated. This interface allows declaring columns that should be read for the check. Currently in the code nothing is done with those columns and all the tablet columns are read. The code should be updated to only read the requested columns to avoid parsing unneeded data and loading it into memory for the check.

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

No branches or pull requests

1 participant