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

Index Query Improvements #5994

Closed
sync-by-unito bot opened this issue Nov 3, 2022 · 1 comment
Closed

Index Query Improvements #5994

sync-by-unito bot opened this issue Nov 3, 2022 · 1 comment

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented Nov 3, 2022

Queries of the form field = $0 when run on a Timestamp column (or Bool column) do not improve in performance when an index is added. We'd expect the speedup to be approximately equal to that of an integer column.

  • TimestampNode and BoolNode should have special handling if an index is available.
  • We should support Indexing all other column types (aside from links or collections).
@sync-by-unito sync-by-unito bot changed the title Optimize Timestamp queries to use the index if available Index Query Improvements Nov 3, 2022
@ironage
Copy link
Contributor

ironage commented Mar 31, 2023

Timestamp and Bool queries make use of an index if available since #6376 so I'm going to close this. If we want to add index support for other column types I think we should track that separately as a new project.

@ironage ironage closed this as completed Mar 31, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant