wal files on temporary tables

From: marcelo Cortez <jmdc_marcelo(at)yahoo(dot)com(dot)ar>
To: pgsql-general(at)postgresql(dot)org
Subject: wal files on temporary tables
Date: 2006-08-14 20:32:41
Message-ID: 20060814203241.75023.qmail@web32101.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

folks

I have a asp application connected with postgres.
The postgres temporary tables is useless because i
need remain this tables between sessions, perfomance
reasons.
This tables are created on the fly and remain between
session but asp server finalize connection and
temporary table are dropped .
Then i've created "normal" tables but the wal file
generated by this tables grows and grows.
This wal file ares useless , temporary information
here.
what is the way to not generate wal files for this
tables? to identify these archives not to put them in
backup
Any clue?
best regards
MDC




__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya!
http://www.yahoo.com.ar/respuestas

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brad Nicholson 2006-08-14 20:59:08 Re: Best approach for a "gap-less" sequence
Previous Message Jorge Godoy 2006-08-14 20:26:19 Re: Best approach for a "gap-less" sequence