Adding SSD to HDD-based System

From: Stephen Froehlich <s(dot)froehlich(at)cablelabs(dot)com>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Adding SSD to HDD-based System
Date: 2017-09-05 16:26:28
Message-ID: DM5PR06MB289185A68C69C87BEE61B08BE5960@DM5PR06MB2891.namprd06.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

We're likely adding a 1TB or 500 GB SSD to our 6TB HDD-based server with the main aim of improving both write performance and also virtual memory performance for people running python on the box. (We're thinking a Samsung EVO for this, and the solution only needs to last another couple of years.)

I'm having trouble finding good documentation on what temp files other than the WAL could be located on the SSD for postgresql and how much room we should allocate for that. My largest writes are about 14 million lines in a go.

Also, I could use a pointer to how to configure the WAL to go to a specific drive.

--Stephen

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Merlin Moncure 2017-09-05 18:37:12 Re: Adding SSD to HDD-based System
Previous Message Alexey Luchko 2017-09-03 17:26:51 Re: jsonb and null