Feature Request
I try to perform this case in a table with 200,000 rows: select * from t1 where c1 > 500 and c1 < 1000, and use pprof-rs to generate a flame graph

The most obvious one is StatisticMetaLoader::load, which will then be cached, and then I generate a flame graph after loading.

In the new flame graph, HepOptimizer::find_best is a relatively large performance bottleneck.