gp_subtransaction_overflow v6.27.4
This section is adapted from the WarehousePG v6.x documentation
The gp_subtransaction_overflow module implements a WarehousePG view and user-defined function for querying for backends experiencing
subtransaction overflow; these are backends that have created more than 64 subtransactions, resulting in a high lookup cost for visibility checks.
The gp_subtransaction_overflow module is a WarehousePG extension.
Installing and Registering the Module
The gp_subtransaction_overflow module is installed when you install WarehousePG. Before you can use the view and user-defined function defined in the module, you must register the gp_subtransaction_overflow extension in each database where you want to use the function, using the following command:
CREATE EXTENSION gp_subtransaction_overflow;
For more information on how to use this module, see Monitoring a WarehousePG cluster.
- On this page
- Installing and Registering the Module