We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Replace the sub-tree of plan that always returns 0 rows with a EmptySet operator, for example the following query can be optimized with this approach:
EmptySet
select * from t where FALSE;