Re: Avatica and HepPlanner

2020-08-03 Thread Meron Avigdor
pproach. > > > > > > [1]: > > > > > https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/config/CalciteConnectionProperty.java#L37 > > [2]: > > > > > https://github.com/apache/calcite/blob/2088488ac8327b19512a76a122cae2961fc551

Avatica and HepPlanner

2020-08-02 Thread Meron Avigdor
Hi. I have implemented an extension of org.apache.calcite.jdbc.Driver, and I have the model handler extend org.apache.calcite.avatica.HandlerImpl For performance optimizations, I would like to test VolcanoPlanner vs. HepPlanner as the documentation says that the latter is faster. How is this to b