Re: pg 8.1.2 performance issue

From: Vivek Khera <vivek(at)khera(dot)org>
To: pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg 8.1.2 performance issue
Date: 2006-04-03 16:33:23
Message-ID: 1702F1A4-BC37-4D6B-905A-B114C1CEF522@khera.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Mar 31, 2006, at 1:51 PM, Ed L. wrote:

> This indeed appears to be locking problem from within
> Apache::Session where it deletes a row from the DB but fails to
> commit the change for an extended period while another

And you should read well the notes in the Pg driver for
Apache::Session where it requires you to define your transaction model.

Ie, this is pilot error more than Apache::Session problem.
Apache::Session works extremely well with Postgres.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Don Y 2006-04-03 16:36:15 Re: database design questions
Previous Message Keary Suska 2006-04-03 16:28:41 Re: database design questions