Re: [SQL] Don't need transaction integrity - can I turn it off

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
Cc: Hamid Khoshnevis <hamid(at)emarq(dot)com>, pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Don't need transaction integrity - can I turn it off
Date: 1999-08-27 14:22:29
Message-ID: 199908271422.KAA20361@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> Bruce Momjian wrote:
> >[Charset iso-8859-1 unsupported, filtering to ASCII...]
> >> 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 som
> >e
> >> insert/updates.
> >
> >Yes, we have no-fsync option. See FAQ.
>
> But that has to do with not forcing a sync to disk after every write.
> I've never heard of an ability to disable transactions; isn't every
> operation outside an explicitly-declared transaction made a single
> separate transaction by default?

Yes, you are right. No way to disable transactions.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 1999-08-27 14:26:08 Re: [SQL] Inheritance and DELETE
Previous Message Tom Lane 1999-08-27 13:45:11 Re: [SQL] Don't need transaction integrity - can I turn it off