Re: Postgres on SSD

From: "Tomas Vondra" <tv(at)fuzzy(dot)cz>
To: "Ondrej Ivanič" <ondrej(dot)ivanic(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres on SSD
Date: 2011-08-10 07:18:26
Message-ID: ac283c65fa43c60b9492d28ec8ce4c51.squirrel@sq.gransy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10 Srpen 2011, 1:17, Ondrej Ivanič wrote:
> - What needs to be changed at Postgres/Operating system level? The
> obvious one is to change random_page_cost (now: 2) and seq_page_cost
> (now: 4). What else should I look at?

Are you sure about this? I'm not quite sure setting seq_page_cost=4 and
random_page_cost=2 makes sense. Usually seq_page_cost is lower than
random_page_cost, so I wonder why have you set it like that.

Tomas

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message c k 2011-08-10 07:23:09 Re: postgresql server crash on windows 7 when using plpython
Previous Message Craig Ringer 2011-08-10 06:37:29 Re: postgresql server crash on windows 7 when using plpython