1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-05 04:30:38 +03:00

Enhance the plan solver to take into account the number of output rows when

computing the set of paths to retain for the next cycle.

FossilOrigin-Name: 1a46a7242313da96420985fa52e1de3f84533e5b
This commit is contained in:
drh
2013-09-06 17:45:42 +00:00
parent cca9f3d291
commit fde1e6bc37
4 changed files with 46 additions and 36 deletions

View File

@@ -705,7 +705,7 @@ static int resolveExprStep(Walker *pWalker, Expr *pExpr){
pNC->nErr++;
}
}else{
pExpr->iTable = 100;
pExpr->iTable = 75;
}
}
}