Re: Postgresql on windows / solid state - Mailing list pgsql-novice

From Jasen Betts
Subject Re: Postgresql on windows / solid state
Date
Msg-id ickf99$lia$3@reversiblemaps.ath.cx
Whole thread Raw
In response to Postgresql on windows / solid state  (Machiel Richards <machielr@rdc.co.za>)
Responses Re: Postgresql on windows / solid state  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
List pgsql-novice
On 2010-11-23, Machiel Richards <machielr@rdc.co.za> wrote:


>                 What they would like to know is whether there is a
> performance degration from running PostgreSQL on Windows in comparison
> to Linux.

postgres was designed for posix so the lack of unix domain sockets and
fork() will slow it down a little.  the memory management system may
have an effect too.  filesystem differences may slso have a part to play

>                   Secondly, is it viable or worth it to look at Solid
> State drive as storage method instead of 15k sas disks for instance?
> What is the performance difference in this regard.

SSD will be mauch faster if the database is large enough to mostly
miss the disk cache.

--
⚂⚃ 100% natural

pgsql-novice by date:

Previous
From: Jasen Betts
Date:
Subject: Re: Multi-row insert using a Function
Next
From: "Jean-Yves F. Barbier"
Date:
Subject: Re: Postgresql on windows / solid state