NVME SSD Settings #48
Replies: 1 comment
-
This definitions exists on different sides - do you want provide PostgreSQL ability to use NVME drive or do you want safe it lifespan and not allow DB write to it too much? Fast disks will only help if your workload is I/O bound, and in your case it will at best improve speed by a factor of six. Creating the proper index can easily improve performance by a factor of 1000. To make the best of your investment, set Pgtune can give you good initial settings, which you can select as "Network (SAN) storage" and continue tuning yourself for your system. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
I'm running postgresql off a NVME Flash drive and it's starting to be really common.
Describe the solution you'd like
Add : Data Storage Type - "NVME SSD" under Data Store
Additional context
Which configuration should i look into if i would like to make use of my high IOPS nvme drive.
Which settings should I look into if i would like to reduce the number of writes done to the disk as flash storage life span actually depends on amount of writes done to the disk.
Beta Was this translation helpful? Give feedback.
All reactions