risingwave
risingwave copied to clipboard
opt(source): Source performance does not seem to scale linearly with cores
Source performance seems not to scale linearly with 6 threads v.s. 12 threads with materialized view turned off. It could be due to SMT as the bench was run on 16vCPU x86 machine. We should test source throughput of 4T, 6T, 8T, 12T and 16T, 24T on a 32vCPU machine to see if there may be some non-linearity if SMT is not interfering.
CC @lmatz
Which kind of source did you test? 🤔
not Kafka source? It's the computation part that does not scale.
This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned.
any update?
No updates for now, we will continue to investigate alongside performance of Nexmark queries. Maybe this is better tracked in the performance-related docs. So I will close it for now.
If you mean the nexmark datagen source, I think @wangrunji0408 is working on the optimization now. 🚀 https://github.com/risingwavelabs/risingwave/issues/4555