March 2017
Intermediate to advanced
360 pages
7h 29m
English
PL/Proxy is a database partitioning system that is implemented as a PL language. PL/Proxy makes it straightforward to split large independent tables among multiple nodes in a way that almost allows unbounded scalability. PL/Proxy scaling works on both read and write workloads. The main idea is that the proxy function will be set up with the same signature as the remote function to be called, so only the destination information needs be specified inside the proxy function body.
In this recipe, we are going to show the steps required to install PL/Proxy.
The following are the steps to install PL/Proxy:
Read now
Unlock full access