mirror of
https://github.com/penpot/penpot.git
synced 2026-05-13 12:04:06 +00:00
4 lines
164 B
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);
|