mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
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
This commit is contained in:
@@ -663,6 +663,7 @@ auto_flush_interval = "30m"
|
||||
global_write_buffer_size = "1GiB"
|
||||
global_write_buffer_reject_size = "2GiB"
|
||||
sst_meta_cache_size = "128MiB"
|
||||
vector_cache_size = "512MiB"
|
||||
|
||||
[[region_engine]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user