-
Notifications
You must be signed in to change notification settings - Fork 8k
Skipping index cache #70102
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
Skipping index cache #70102
Conversation
|
This is an automated comment for commit 86eb315 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
a692bfb to
14aa136
Compare
4f3d1c7 to
c051e85
Compare
This comment was marked as resolved.
This comment was marked as resolved.
c051e85 to
f521b25
Compare
f521b25 to
fa81342
Compare
|
Dear @novikd, this PR hasn't been updated for a while. You will be unassigned. Will you continue working on it? If so, please feel free to reassign yourself. |
|
ClickHouse Stateless tests (ubsan) [2/2]:
ClickHouse Integration tests (aarch64) [5/6]:
|
3de5611
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250115) * Fix build due to ClickHouse/ClickHouse#73294 * Fix UT due to ClickHouse/ClickHouse#70102 --------- Co-authored-by: kyligence-git <gluten@kyligence.io> Co-authored-by: Chang Chen <baibaichen@gmail.com>
…ndex-cache2" This reverts commit 0003892.
The original PR got stuck, refreshing it. Kudos to @al13n321
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Added an in-memory cache for deserialized skipping index granules. This should make repeated queries that use skipping indexes faster. The size of the new cache is controlled by server settings
skipping_index_cache_sizeandskipping_index_cache_max_entries. The original motivation for the cache were vector similarity indexes which became a lot faster now.Documentation entry for user-facing changes