Re: WAL + SSD = slow inserts? - Mailing list pgsql-performance

From bricklen
Subject Re: WAL + SSD = slow inserts?
Date
Msg-id CAGrpgQ8HHvp8Z_SGAFZ1VXu90eGS8c3vbaDn7PD8xS4j8LGL8w@mail.gmail.com
Whole thread Raw
In response to Re: WAL + SSD = slow inserts?  (Scott Marlowe <scott.marlowe@gmail.com>)
Responses Re: WAL + SSD = slow inserts?  (Skarsol <skarsol@gmail.com>)
List pgsql-performance

On Thu, Dec 5, 2013 at 10:08 AM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
Rules have a lot of overhead. Is there a reason you're not using
defaults or triggers?

Or for even less overhead, load the partitions directly, and preferably use "DEFAULT nextval('some_sequence')" as Scott mentioned.

pgsql-performance by date:

Previous
From: Claudio Freire
Date:
Subject: Re: Parallel Select query performance and shared buffers
Next
From: Kevin Grittner
Date:
Subject: Re: Explain analyze time overhead