Possible to force queries to abort instead of doing large external sort groupings?
When a GROUP BY hash table can't fit in memory, sometimes the external sort that is triggered is extremely CPU intensive. If we find it impossible or prohibitively difficult to optimize such queries, is there a way to either force these queries to error out, or limit their CPU usage?
0
Comments