You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compactor memory usage is 2x larger in MinIO than in S3. Findings:
Object store throughput is higher in MinIO than in S3.
Object store rates are similar
Object store latency is also higher in MinIO than in S3.
1 and 2 make sense but 3 is surprising. We suspect that 3 is the reason for the OOM because when the slower the upload request, the more buffer will be accumulated in compactor because the uploads are concurrent.
test setting:
test pipeline:
https://buildkite.com/risingwave-test/nexmark-benchmark/builds/3648
https://buildkite.com/risingwave-test/nexmark-benchmark/builds/3639
compactor pod state:
The text was updated successfully, but these errors were encountered: