penpot/backend/src/app/migrations/sql/0127-mod-storage-object-table.sql

4 lines
164 B
SQL

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