Add better internal fillfactor setting for file table

Increasing the change for HOT updates on db for this heavy-update
table
This commit is contained in:
Andrey Antukh 2024-08-05 13:18:12 +02:00
parent ba167f256b
commit 3219c150d4
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,3 @@
--- This setting allow to optimize the table for heavy write workload
--- leaving space on the page for HOT updates
ALTER TABLE file SET (FILLFACTOR=50);