mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 10:15:43 +00:00
## Summary Make the StorageV2 system PK index use the configurable scalar index warmup policy instead of a hardcoded sync policy. The default remains sync, while deployments can set `queryNode.segcore.tieredStorage.warmup.scalarIndex` to disable or async for the PK index as well. ## Issue issue: #49665 --------- Signed-off-by: sunby <sunbingyi1992@gmail.com>