Postgres performs random writes on big database files, which can cause huge performance impact on files systems featured with COW(Copy On Write) like btrfs and zfs.
A good practice is add "nodatacow" option to database volume in /etc/fstab
Run
mount <mount-point> -o remount
to apply the edited mount options.
No comments:
Post a Comment