24.7. Clustering For Parallel Query Execution

This allows multiple servers to work on a single query. One possible way this could work is for the data to be split among servers and for each server to execute its part of the query and results sent to a central server to be combined and returned to the user. There currently is no PostgreSQL open source solution for this.