Updated on 2024-06-07 GMT+08:00

Usage of Enhanced TOAST

The new GUC parameter enable_enhance_toast_table is used to control the out-of-line storage structure. If enable_enhance_TOAST_table is set to on, the enhanced TOAST out-of-line storage table is used; and if enable_enhance_TOAST_table is set to off, the TOAST out-of-line storage table is used.

gs_guc reload -Z coordinator -Z datanode -N all -I all -c "enable_enhance_toast_table=on"