Skip to content

Instantly share code, notes, and snippets.

@emiel
Created July 2, 2014 15:41
Show Gist options
  • Save emiel/7071ffde61a5d018ea63 to your computer and use it in GitHub Desktop.
Save emiel/7071ffde61a5d018ea63 to your computer and use it in GitHub Desktop.
Postgres tuning
File system
* Preferably something without a journal
* Use ext4 or xfs
* Mount filesystems with 'noatime'
* Separate disk for xlog and data
Tools
* iotop
* iozone
* mpstat
* vmstat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment