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
I am looking at flamegraphs from sysbench with a cached database and 1 client. A common problem I see is that the percentage of samples that JOIN::join_free and its callees accounts for is ~2X larger in MyRocks than in InnoDB with simple microbenchmarks.
From the range-covered-pk.range100 microbenchmark (covered range query of PK index) the percentage of samples is 0.90% for InnoDB and 2.18% for MyRocks
I am looking at flamegraphs from sysbench with a cached database and 1 client. A common problem I see is that the percentage of samples that JOIN::join_free and its callees accounts for is ~2X larger in MyRocks than in InnoDB with simple microbenchmarks.
From the range-covered-pk.range100 microbenchmark (covered range query of PK index) the percentage of samples is 0.90% for InnoDB and 2.18% for MyRocks
JOIN::join_free from InnoDB:
And from MyRocks
Flamegraphs
The text was updated successfully, but these errors were encountered: