Don't need transaction integrity - can I turn it off - Mailing list pgsql-sql

From Hamid Khoshnevis
Subject Don't need transaction integrity - can I turn it off
Date
Msg-id 000101bef04b$5bbed8c0$6a197118@local.nvcr1.bc.wave.home.ca
Whole thread Raw
Responses Re: [SQL] Don't need transaction integrity - can I turn it off  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [SQL] Don't need transaction integrity - can I turn it off  (Michael Richards <miker@scifair.acadiau.ca>)
List pgsql-sql
My application requires very fast update/insert- where I am told mySQL
shines.  Can I turn off commit/rollback in Postgres so as to dramatically
speed up insert/updates.  I understand and accept the cost of dropping some
insert/updates.

hamid



pgsql-sql by date:

Previous
From: "Hamid Khoshnevis"
Date:
Subject: Not requiring commit?
Next
From: Bruce Momjian
Date:
Subject: Re: [SQL] Don't need transaction integrity - can I turn it off