Re: postgres crashes on insert in 40 different threads

From: Dzmitry <dzmitry(dot)nikitsin(at)gmail(dot)com>
To: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: postgres crashes on insert in 40 different threads
Date: 2013-08-19 15:55:17
Message-ID: CE3819CB.11A34%dzmitry.nikitsin@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

No, I am not using pgbouncer, I am using pgpool.

Total - I have 440 connections to postgres(I have rails application
running on some servers - each application setup 60 connections to DB and
keep if forever(until will not be killed), also I have some machines that
do background processing, that keep connections too).

Part that do a lot of writes(that update jobs from xml feed every night) -
have 40 threads and keep 40 connections.

Thanks,
Dzmitry

On 8/19/13 6:26 PM, "Scott Ribe" <scott_ribe(at)elevated-dev(dot)com> wrote:

>On Aug 19, 2013, at 9:22 AM, Dzmitry <dzmitry(dot)nikitsin(at)gmail(dot)com> wrote:
>
>> I am using pgpool to balance load to slave servers.
>
>So, to be clear, you're not using pgbouncer after all?
>
>--
>Scott Ribe
>scott_ribe(at)elevated-dev(dot)com
>http://www.elevated-dev.com/
>(303) 722-0567 voice
>
>
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Brian Wong 2013-08-20 22:50:16 Re: After upgrading from 9.1.1 to 9.1.9, pgadmin's server status window gives error
Previous Message Scott Ribe 2013-08-19 15:26:26 Re: postgres crashes on insert in 40 different threads