refactor: adjust index cache page size (#5267)

* refactor: adjust index cache page size

* fix: wrong docs

* Update config/datanode.example.toml

* Update config/config.md

* Update config/config.md

* chore: adjust to 64KiB

* Apply suggestions from code review
This commit is contained in:
Yohan Wal
2025-01-03 11:26:17 +08:00
committed by GitHub
parent 3b27adb3fe
commit bcb0f14227
5 changed files with 6 additions and 6 deletions

View File

@@ -946,7 +946,7 @@ create_on_flush = "auto"
create_on_compaction = "auto"
apply_on_query = "auto"
mem_threshold_on_create = "auto"
content_cache_page_size = "8MiB"
content_cache_page_size = "64KiB"
[region_engine.mito.fulltext_index]
create_on_flush = "auto"