Don't need transaction integrity - can I turn it off

From: "Hamid Khoshnevis" <hamid(at)emarq(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Don't need transaction integrity - can I turn it off
Date: 1999-08-27 05:16:46
Message-ID: 000101bef04b$5bbed8c0$6a197118@local.nvcr1.bc.wave.home.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 1999-08-27 05:51:14 Re: [SQL] Don't need transaction integrity - can I turn it off
Previous Message Hamid Khoshnevis 1999-08-27 04:12:05 Not requiring commit?