Not requiring commit? - Mailing list pgsql-sql

From Hamid Khoshnevis
Subject Not requiring commit?
Date
Msg-id 000f01bef042$52340040$6a197118@local.nvcr1.bc.wave.home.ca
Whole thread Raw
List pgsql-sql
Hello,
We are running PG 6.5.

We have a specialized database system which gets rebuilt from scratch at the
end of the day.  During the day, we need VERY FAST INSERT/UPDATES and don't
care about database integrity too much, i.e. a few records can drop without
affecting us.  Is there any way to dramatically speed up the insert/update
by turning integrity features (e.g. rollback capability) off.  Your help is
appreciated.

hamid



pgsql-sql by date:

Previous
From: Enrico.Scholz@informatik.tu-chemnitz.de
Date:
Subject: Inheritance and DELETE
Next
From: "Hamid Khoshnevis"
Date:
Subject: Don't need transaction integrity - can I turn it off