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

Consider adding option to disable updates to access time AVU #220

Open
korydraughn opened this issue Aug 31, 2023 · 1 comment
Open

Consider adding option to disable updates to access time AVU #220

korydraughn opened this issue Aug 31, 2023 · 1 comment
Labels

Comments

@korydraughn
Copy link
Collaborator

korydraughn commented Aug 31, 2023

Today the storage tiering plugin assumes an access time AVU is always attached to a data object. But should it?

Consider the case where access time is never used in the violating query.

With the current implementation, even if the violating query doesn't rely on the access time, the access time is still required to exist on each data object. If the access time is not attached to the data objects being tiered, the plugin skips that data object and returns CAT_NO_ROWS_FOUND.

Related to #72 (comment).

@alanking
Copy link
Contributor

alanking commented Jan 8, 2025

See #72 (comment) for pitfall should we implement this.

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

No branches or pull requests

2 participants