HashSetOp
Short Description
The HashSetOp node handles set operations as SetOp does and uses a hash table to carry out intersections
Detailed Description​
The HashSetOp node handles set operations as does SetOp, but uses a hash table to carry out intersections. This can be seen in INTERSECT
and EXCEPT
queries.
Additional Links​
- PostgreSQL Documentation - Using Explain
- pgAnalyze - Explain
- eTutorials - Understanding How PostgreSQL Executes a Query
Search online​
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.