logoalt Hacker News

setrtoday at 7:38 AM1 replyview on HN

honestly I dont want plan hinting so much as being able to ban table-scanning / nested loops / etc on specific tables, and be able to set that independent of actual table-size so I can coerce its failure in dev environments


Replies

silon42today at 7:59 AM

+1 I agree... (except nested loops are rarely the problem, they are often the best/simplest alternative for join).