Updated on 2025-05-29 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.
  • on: The enhanced TOAST out-of-line storage table is used.
  • off: The TOAST out-of-line storage table is used.
gs_guc reload -D datadir -c "enable_enhance_toast_table=on"