Don't skip uncompressed indexing when having a prefix#51
Conversation
When indexing and encountering an incompressible block don't skip indexing when having a prefix. Prefixes significantly reduces the population, so we are likely to still get a usable index even on incompressible blocks.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughIntroduces a ChangesPrefix-aware search table support
Estimated code review effort: 4 (Complex) | ~45 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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. Comment |
When indexing and encountering an incompressible block don't skip indexing when having a prefix.
Prefixes significantly reduces the population, so we are likely to still get a usable index even on incompressible blocks.
Summary by CodeRabbit
New Features
Bug Fixes