Re: Insert into partition table hangs

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Insert into partition table hangs
Date: 2006-05-19 10:02:14
Message-ID: e4k59r$2i33$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


"Nik" <XLPizza(at)gmail(dot)com> wrote
> I have an application that executes an INSERT statement every second or
> two. In my old design this data was inserted into one table. However, I
> changed the design to have one table with multiple partitions. Now when
> I run the application it runs for some random amount of time (random
> number of INSERTs) and then it gets stuck at the INSERT query and it
> never finishes (at least not in some reasonable time - aka few hours).
> If I restart the application it continues inserting the data normally
> for a while before getting stuck again.
>

Do you do INSERT concurrently? Can you post a self-contained example to
reproduce it?

Regards,
Qingqing

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message jayati.biswas 2006-05-19 10:29:48 problem with pg_restore
Previous Message Markus Wollny 2006-05-19 09:48:45 Re: invalid byte sequence for encoding error