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

Auto-{compact, cleanup, re-index} #2061

Open
2 tasks
Tracked by #2079
wjones127 opened this issue Mar 12, 2024 · 0 comments
Open
2 tasks
Tracked by #2079

Auto-{compact, cleanup, re-index} #2061

wjones127 opened this issue Mar 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@wjones127
Copy link
Contributor

wjones127 commented Mar 12, 2024

We might want to support some limited automatic table maintenance to make things easier for users.

However, this is difficult to do if there are concurrent writers. We could allow enabling a configuration on the table that will do automatic maintenance, but only if the user promises there is only 1 writer. We could then have conditions after a write happens to check whether we want to do one or more of the maintenance operations.

@wjones127 wjones127 added the enhancement New feature or request label Mar 12, 2024
@wjones127 wjones127 added this to the (WIP) Lance Roadmap milestone Mar 12, 2024
@wjones127 wjones127 mentioned this issue Mar 15, 2024
20 tasks
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