[Bug]: QueryNode's estimation of memory usage when loading a deltalog is unreasonable #36031
Closed
1 task done
Labels
kind/bug
Issues or changes related a bug
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Is there an existing issue for this?
Environment
Current Behavior
Most of the times, deltalog's MemorySize is actually the memory size, and we're already using streaming desrialize of deltalog, so the reasonable estimation of deltalog loading memory usage should be 1.
However, there'be some segment from Milvus2.3 branch, and the MemorySize will fallback to LogSize(the compressed DiskSize of deltalog), in this case, we should also fallback to using the 50 times Factor to estimate the possible 50 times of the compression rate.
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: