logoalt Hacker News

tomnipotenttoday at 12:13 AM0 repliesview on HN

Which is why a good query plan is so important, so that as much disk I/O can be avoided as possible (predicate push down, index elimination, join ordering, partition/scan pruning). Like the old CTE optimization fence problem.