Re: How to create a cost-optimized plan from the Framework

2016-09-22 Thread Hiroyuki Yamada
Hello Jordan, Thank you very much for the detailed explanation. I think I can proceed it with the examples you gave me. I really appreciate it. Best regards, Hiro On Wed, Sep 21, 2016 at 2:08 AM, jordan.halter...@gmail.com wrote: > You got most of the way there, but

Re: How to create a cost-optimized plan from the Framework

2016-09-20 Thread jordan.halter...@gmail.com
You got most of the way there, but to optimize the plan you need to add programs to your framework configuration. See the programs() method of the framework config. A Program is essentially a RelOptPlanner and a set of rules to apply. You can add several Programs to your Planner by using the