Global Temporary Table
max_active_global_temporary_table
Parameter description: Specifies whether global temporary tables can be created.
This parameter is a USERSET parameter. Set it based on instructions provided in Table 1.
Value range: an integer ranging from 0 to 1000000
- 0: The global temporary table function is disabled.
- > 0: The global temporary table function is enabled.
Default value: 1000
vacuum_gtt_defer_check_age
Parameter description: Checks the differences between the global temporary table relfrozenxid and the ordinary table after VACUUM is executed. WARNING is generated if the difference value exceeds the specified parameter value. Use the default value for this parameter.
This parameter is a USERSET parameter. Set it based on instructions provided in Table 1.
Value range: an integer ranging from 0 to 1000000
Default value: 10000
Feedback