Re: Improving PostgreSQL insert performance

From: Русинов Семен <mrpinkolik(at)gmail(dot)com>
To: Frits Jalvingh <jal(at)etc(dot)to>, Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Improving PostgreSQL insert performance
Date: 2026-05-04 18:03:41
Message-ID: 8b0f6c9b-d9c9-4971-b9ac-e1d0d69f3d98@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hello Frits,

Would you mind sharing an updated link to your benchmark and source code?

I am also currently tuning postgresql single insert performance for the
outbox pattern. And I'm stuck at 35k inserts per second. However, it
doesn't look like I have reached hardware limit. CPU usage is moderate,
around 20%, RAM is also 20% free. I've tried all sorts of optimizations
but still can't get pass through this RPS, and neither can I understand
what is limiting postgres from inserting at a faster pace.

Best regards,
Simon

On 6/10/17 16:12, Frits Jalvingh wrote:
>
> On Sat, Jun 10, 2017 at 12:08 AM Vladimir Sitnikov
> <sitnikov(dot)vladimir(at)gmail(dot)com> wrote:
>
> Would you mind sharing the source code of your benchmark?
>
>
> The source code for the several tests, plus the numbers collected so
> far, can be found at:
>
> https://etc.to/confluence/display/~admjal/PostgreSQL+performance+tests
>
> Regards,
>
> Frits

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Русинов Семен 2026-05-04 19:01:42 Improving insert performance
Previous Message Ilya Anfimov 2026-05-04 11:11:33 Re: Postgres DB backup is taking too much time