docs: add detailed 32960 pipeline comments

This commit is contained in:
kkfluous
2026-06-23 13:17:37 +08:00
parent ba68ffe061
commit a096e4ce0e
125 changed files with 493 additions and 14 deletions

View File

@@ -202,6 +202,8 @@ lingniu:
path: ./archive/
event-file-store:
enabled: ${EVENT_FILE_STORE_ENABLED:true}
# 32960 历史索引库根路径。这里保存 Parquet 分区和 DuckDB sidecar 索引;
# 全字段查询仍会按 rawArchiveUri 回读 archive 根目录下的 .bin 原始包。
path: ${EVENT_FILE_STORE_PATH:./target/event-store/}
zone-id: ${EVENT_FILE_STORE_ZONE_ID:Asia/Shanghai}
batch-size: ${EVENT_FILE_STORE_BATCH_SIZE:500}