1
0
Fork 0

added TODO

This commit is contained in:
Jan Steemann 2014-08-28 00:18:19 +02:00
parent a409f37dc6
commit 2d2df1b5da
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,10 @@ int Optimizer::createPlans (ExecutionPlan* plan) {
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);
leastDoneLevel = maxRuleLevel;