Re: long transaction

From: "Sabin Coanda" <sabin(dot)coanda(at)deuromedia(dot)ro>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: long transaction
Date: 2008-08-12 08:17:12
Message-ID: g7rgtr$1cc0$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> long running transactions can be evil. is there a reason why this has
> to run in a single transaction?

This single transaction is used to import new information in a database. I
need it because the database cannot be disconected from the users, and the
whole new data has to be consistently. There are different constraints that
are checked during the import.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Mario Weilguni 2008-08-12 09:58:39 Re: Using PK value as a String
Previous Message Merlin Moncure 2008-08-11 19:03:10 Re: long transaction