Re: wal files on temporary tables

From: Enver ALTIN <ealtin(at)parkyeri(dot)com>
To: marcelo Cortez <jmdc_marcelo(at)yahoo(dot)com(dot)ar>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: wal files on temporary tables
Date: 2006-08-14 21:23:40
Message-ID: 20060814212340.GF15142@mercata.parkyeri.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Aug 14, 2006 at 05:32:41PM -0300, marcelo Cortez wrote:
> folks

Hi,

> 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

I'd suggest using right tool for the job. I think you can go with
memcached[1] instead of PostgreSQL.

-HTH

[1] http://www.danga.com/memcached/
--
Enver

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-08-14 21:27:25 Re: wal files on temporary tables
Previous Message Alvaro Herrera 2006-08-14 21:10:25 Re: select updates pg_stat_database