penpot/backend/src/app/migrations/sql/0128-mod-task-table.sql

4 lines
154 B
SQL

--- This setting allow to optimize the table for heavy write workload
--- leaving space on the page for HOT updates
ALTER TABLE task SET (FILLFACTOR=60);