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

Non-covering indexes #1053

Open
aboodman opened this issue Dec 12, 2023 · 0 comments
Open

Non-covering indexes #1053

aboodman opened this issue Dec 12, 2023 · 0 comments

Comments

@aboodman
Copy link
Contributor

Our indexes right now are covering. This makes them super fast for reads, but very expensive for writes. Because of their expense we often avoid using indexes, or too many indexes. I think perhaps this is the wrong tradeoff. We should measure non-covering indexes and see if they are worth switching to.

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

No branches or pull requests

1 participant