-
Use
WAL
Compression -
Increase
max_wal_size
-
Remove Randomness
Example: UUID is randomness reduces the write performance in
B-Tree
What to do if
PRIMARY KEY
is UUID?Prefix UUID with date. YYYYMMDDHH24
-
Vacuuming
Use WAL
Compression
Increase max_wal_size
Remove Randomness
Example: UUID is randomness reduces the write performance in B-Tree
What to do if PRIMARY KEY
is UUID?
Prefix UUID with date. YYYYMMDDHH24
Vacuuming