Bump to infinity v0.6.0-dev4 (#9013)

### What problem does this PR solve?

Bump to infinity v0.6.0-dev4.
WARNNING: infinity v0.6.0-dev4 has very different meta data format with
older versions. You have to destroy infinity data volume are restart
infinity container if there's existing data.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Zhichang Yu
2025-07-23 19:27:57 +08:00
committed by GitHub
parent a2f73af1a4
commit ad177951e9
5 changed files with 8 additions and 17 deletions

View File

@ -47,20 +47,11 @@ mem_index_capacity = 65536
buffer_manager_size = "8GB"
lru_num = 7
temp_dir = "/var/infinity/tmp"
result_cache = "off"
memindex_memory_quota = "4GB"
result_cache = "on"
memindex_memory_quota = "1GB"
[wal]
wal_dir = "/var/infinity/wal"
full_checkpoint_interval = "30s"
delta_checkpoint_interval = "5s"
# delta_checkpoint_threshold = 1000000000
wal_compact_threshold = "1GB"
# flush_at_once: write and flush log each commit
# only_write: write log, OS control when to flush the log, default
# flush_per_second: logs are written after each commit and flushed to disk per second.
wal_flush = "only_write"
[resource]
resource_dir = "/var/infinity/resource"