chris
2011-03-26 17:03:02 UTC
"The output should also include constructed single-relation paths..."
Does this mean we should print all paths as we create them (one per
interesting order) or print them at the end of creating them? i.e. print
only ones that have persisted as interesting paths.
In other words, should we bother printing paths that we create but that
don't make it to RelOptInfo's pathlist because they get dominated by
another path?
Does this mean we should print all paths as we create them (one per
interesting order) or print them at the end of creating them? i.e. print
only ones that have persisted as interesting paths.
In other words, should we bother printing paths that we create but that
don't make it to RelOptInfo's pathlist because they get dominated by
another path?