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

Log posting list reads. #32950

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Log posting list reads. #32950

merged 2 commits into from
Nov 26, 2024

Conversation

toregge
Copy link
Member

@toregge toregge commented Nov 26, 2024

@geirst : please review

@toregge toregge requested a review from geirst November 26, 2024 15:37
geirst
geirst previously approved these changes Nov 26, 2024
@@ -26,6 +26,8 @@ class DiskTermBlueprint : public queryeval::SimpleLeafBlueprint
mutable std::shared_ptr<BitVector> _late_bitvector;

const BitVector* get_bitvector() const;
void log_bitvector_read() const;
void log_posting_list_read() const;
Copy link
Member

Choose a reason for hiding this comment

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

Maybe these should be tagged as __attribute__((noinline)) to keep them off the hot path?

@geirst geirst merged commit 36b8d1b into master Nov 26, 2024
3 checks passed
@geirst geirst deleted the toregge/log-posting-list-reads branch November 26, 2024 16:31
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.

3 participants