-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mito): Cache repeated vector for tags (#2523)
* feat: add vector_cache to CacheManager * feat: cache repeated vectors * feat: skip decoding pk if output doesn't contain tags * test: add TestRegionMetadataBuilder * test: test ProjectionMapper * test: test vector cache * test: test projection mapper convert * style: fix clippy * feat: do not cache vector if it is too large * docs: update comment
- Loading branch information
Showing
9 changed files
with
379 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.