mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 22:02:56 +00:00
* Add dynamic cache size adjustment for InvertedIndexConfig * Increase cache sizes in integration tests for HTTP - Updated `metadata_cache_size` from 32MiB to 64MiB * Remove cache size settings from config and update drop_lines_with_inconsistent_results function to handle them * Add cache size configurations for inverted index metadata and content - Introduced `metadata_cache_size` with a default of 64MiB. - Introduced `content_cache_size` with a default of 128MiB. * chore/index-content-cache-default-size: Add cache size configuration options for Mito engine's inverted index