GroupAggregate
Short Description
The GroupAggregate node takes pre-sorted input and aggregates them.
Detailed Description​
The GroupAggregate node takes pre-sorted input and aggregates them. This can be seen in GROUP BY
operations. GroupAggregate operations do not use much memory as they operate on pre-sorted data.
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.