WAL + SSD = slow inserts?

From: Skarsol <skarsol(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: WAL + SSD = slow inserts?
Date: 2013-12-05 15:01:54
Message-ID: CAMt8e=Ee9BRLvNk3qq3vw-KKu-myMOpbx+9y4ABQee1dLcTq7Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I'm trying to increase the speed of inserts in a database that is on a not
super fast storage system. I have installed a pair of SSDs and placed
pg_xlog on them but am still getting inserts that take up to a second to
complete, with .3 seconds being about average. Iostat doesn't show the SSDs
stressed at all, and changing synchronous_commit doesn't seem to affect it
one way or the other. Where would I look next for what could be causing the
delay?

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message desmodemone 2013-12-05 15:06:35 Re: WAL + SSD = slow inserts?
Previous Message salah jubeh 2013-12-05 14:43:47 Re: Explain analyze time overhead