Open jon-chuang opened 1 year ago
Suggestions for complex batch queries or existing examples welcome. @BugenZhao @chenzl25 @lmatz @fuyufjh @st1page
(I will take some from sysbench)
For complex queries, it's better to take from tpch, sysbench is too simple.
We should do so to understand the performance to know if it is acceptable for batch queries.
We should benchmark simple queries
(SELECT * FROM t WHERE id = 1)
; and more complicated ones. I guess sysbench benchmarks the e2e performance, this is just a microbench for the in-memory execution time.Original motivation (https://github.com/risingwavelabs/risingwave/issues/7998):