Don't measure in-memory hw for full text indices#6309
Conversation
lib/segment/src/index/field_index/full_text_index/mmap_inverted_index/mmap_postings.rs
Outdated
Show resolved
Hide resolved
5e13c4b to
2fe6d18
Compare
a237b6d to
281fe19
Compare
281fe19 to
d179174
Compare
📝 WalkthroughWalkthroughThis pull request updates the management of hardware counter measurement across several modules by introducing a new abstraction, Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (8)
🧰 Additional context used🧬 Code Definitions (6)lib/segment/src/index/field_index/field_index_base.rs (3)
lib/segment/src/index/field_index/full_text_index/compressed_posting/compressed_posting_list.rs (1)
lib/segment/src/index/field_index/full_text_index/inverted_index.rs (4)
lib/common/common/src/counter/conditioned_counter.rs (3)
lib/segment/src/index/field_index/full_text_index/mmap_inverted_index/mmap_postings.rs (3)
lib/segment/src/index/field_index/full_text_index/immutable_inverted_index.rs (3)
⏰ Context from checks skipped due to timeout of 90000ms (13)
🔇 Additional comments (20)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
* Don't measure in-memory full text index * Clippy * Fix mmap_postings conditioned counting
Depends on #6296