Re: DB on mSATA SSD - Mailing list pgsql-general

From Vick Khera
Subject Re: DB on mSATA SSD
Date
Msg-id CALd+dceUQTjfgCvkZWCFPc2MvrGKQV6zvn0T1Sc1bHjw442FOA@mail.gmail.com
Whole thread Raw
In response to R: DB on mSATA SSD  (Job <Job@colliniconsulting.it>)
List pgsql-general

On Thu, Apr 23, 2015 at 9:36 AM, Job <Job@colliniconsulting.it> wrote:
We have a table, about 500Mb, that is updated and written every day.
When machines updates, table is truncated and then re-populated with pg_bulk.
But i think we strongly writes when importing new data tables..

so this is static data you update once per day from some external source? seems like a good candidate to put into RAM if you have enough. make sure your ram disk is not backed by swap, though.

how  and how much do you query it? perhaps you don't even need indexes if it is on SSD or RAM disk.

pgsql-general by date:

Previous
From: Andy Colson
Date:
Subject: Re: What constitutes "reproducible" numbers from pgbench?
Next
From: Tomas Vondra
Date:
Subject: Re: R: DB on mSATA SSD