Re: Performance with temporary table

From: "samantha mahindrakar" <sam(dot)mahindrakar(at)gmail(dot)com>
To: "Erik Jones" <erik(at)myemma(dot)com>
Cc: Decibel! <decibel(at)decibel(dot)org>, "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Performance with temporary table
Date: 2008-04-10 02:43:17
Message-ID: f0c828c40804091943o4e110a2q7830a2fc66286576@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

We store traffic data in the partitioned tables. But the problem is
that all this data is not correct. The data is corrupt, hence they
need to be corrected.

On Wed, Apr 9, 2008 at 10:31 PM, Erik Jones <erik(at)myemma(dot)com> wrote:
>
> On Apr 9, 2008, at 6:41 PM, samantha mahindrakar wrote:
>
> > Hi
> > The reason for using the temporary table is that i need this data
> > buffered somewhere so that i can use it for later computation. And the
> > fact that for each imputation i need to have historical data from 10
> > previous weeks makes it necessary to create something that can hold
> > the data. However once the computation is done for each record i
> > wouldn't need that historical data for that record. I Would be moving
> > on to the next record and find its own historical data.
> > Is there any way i can avoid using temp table?
> >
>
> What's wrong with the data in the paritions?
>
> Erik Jones
>
> DBA | Emma(R)
> erik(at)myemma(dot)com
> 800.595.4401 or 615.292.5888
> 615.292.0777 (fax)
>
> Emma helps organizations everywhere communicate & market in style.
> Visit us online at http://www.myemma.com
>
>
>
>

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Adam Gundy 2008-04-10 03:13:23 varchar index joins not working?
Previous Message Erik Jones 2008-04-10 02:31:54 Re: Performance with temporary table