mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-20 06:50:37 +00:00
* 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