linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">.
Pgpool and Sequoia are an example of this type of replication.
- Also, this can be implemented using the PL/Proxy toolset.
accomplished by splitting the data among servers and having each server
execute its part of the query and return results to a central server
where they are combined and returned to the user. Pgpool-II has this
- capability.
+ capability. Also, this can be implemented using the PL/Proxy toolset.