Re: create table as select and transaction logging
- From: "eunever32@xxxxxxxxxxx" <eunever32@xxxxxxxxxxx>
- Date: Thu, 22 Jan 2009 01:41:29 -0800 (PST)
Hi Michael
So are you saying that a "create table" cannot run without
"transaction logging"?
Regards
On Jan 22, 9:18 am, "Michael Dyer" <Michael.D...@xxxxxxxxxx> wrote:
Hi,
Transaction logs are used to record what you write to tables before the
table information is updated on disk or in cache.
This is used, whether the table is journalled or not.
There is an exception to this, which is 'bulk copying'.
Refer to the SQL guide under the 'copy' section in chapter 8.
Cheers,
Michael
-----Original Message-----
From: info-ingres-boun...@xxxxxxxxxxxxxxxxxxxxxxxxx
[mailto:info-ingres-boun...@xxxxxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
euneve...@xxxxxxxxxxx
Sent: 22 January 2009 09:03
To: info-ing...@xxxxxxxxxxxxxxxxxxxxxxxxx
Subject: [Info-Ingres] create table as select and transaction logging
Hi
I have
set autocommit on;
set nojournaling;
create table table-name as select
with nojournaling;
I am using Ingres 2.6
and need to avoid journaling but the table create still appears to be
using (and exceeding) the transaction logs.
Regards
_______________________________________________
Info-Ingres mailing list
Info-Ing...@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx://www.kettleriverconsulting.com/mailman/listinfo/info-ingres- Hide quoted text -
- Show quoted text -
.
- Follow-Ups:
- Re: [Info-Ingres] create table as select and transaction logging
- From: John Dennis
- Re: [Info-Ingres] create table as select and transaction logging
- From: Martin Bowes
- Re: [Info-Ingres] create table as select and transaction logging
- References:
- create table as select and transaction logging
- From: eunever32@xxxxxxxxxxx
- Re: [Info-Ingres] create table as select and transaction logging
- From: Michael Dyer
- create table as select and transaction logging
- Prev by Date: Re: [Info-Ingres] create table as select and transaction logging
- Next by Date: Re: [Info-Ingres] create table as select and transaction logging
- Previous by thread: Re: [Info-Ingres] create table as select and transaction logging
- Next by thread: Re: [Info-Ingres] create table as select and transaction logging
- Index(es):
Relevant Pages
|