mirror of https://gitee.com/bigwinds/arangodb
added TODO
This commit is contained in:
parent
a409f37dc6
commit
2d2df1b5da
|
@ -108,6 +108,10 @@ int Optimizer::createPlans (ExecutionPlan* plan) {
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: abort early here if we found a good-enough plan
|
||||||
|
// a good-enough plan is probably every plan with costs below some
|
||||||
|
// defined threshold. this requires plan costs to be calculated here
|
||||||
}
|
}
|
||||||
_plans.steal(newPlans);
|
_plans.steal(newPlans);
|
||||||
leastDoneLevel = maxRuleLevel;
|
leastDoneLevel = maxRuleLevel;
|
||||||
|
|
Loading…
Reference in New Issue