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

add fast path for full columns in fetch_block #2328

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented Mar 13, 2024

Spotted in range_date_histogram query in quickwit benchmark:
5% of time copying docs around, which is not needed in the full index case

@PSeitz PSeitz force-pushed the optimize_block_accessor branch 2 times, most recently from e7e8df1 to 46cb8b3 Compare March 13, 2024 11:58
Spotted in `range_date_histogram` query in quickwit benchmark:
5% of time copying docs around, which is not needed in the full index case

remove Column to ColumnIndex deref
Copy link
Collaborator

@fulmicoton fulmicoton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment

@PSeitz PSeitz merged commit ec37295 into main Mar 14, 2024
4 checks passed
@PSeitz PSeitz deleted the optimize_block_accessor branch March 14, 2024 03:07
PSeitz added a commit that referenced this pull request Apr 10, 2024
Spotted in `range_date_histogram` query in quickwit benchmark:
5% of time copying docs around, which is not needed in the full index case

remove Column to ColumnIndex deref
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

Successfully merging this pull request may close these issues.

2 participants