Is there anything I should watch out for when creating temporary tables with psycopg2?

From: "W(dot) Matthew Wilson" <matt(at)tplus1(dot)com>
To: psycopg(at)postgresql(dot)org
Subject: Is there anything I should watch out for when creating temporary tables with psycopg2?
Date: 2011-08-12 17:59:26
Message-ID: CAGHfCUAt95qkX-6F2TTA0mpXgQsyDFYFpY3Qb1d8zvbQUZ01hQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

I'm breaking one gigantic query into several temporary tables and,
then I'll join those and then do a select.

Is there anything I should watch out for?

Also, what are some other good methods to reduce gigantic queries into
manageable amounts?

Matt

--
W. Matthew Wilson
matt(at)tplus1(dot)com
http://tplus1.com

Responses

Browse psycopg by date

  From Date Subject
Next Message Federico Di Gregorio 2011-08-17 09:57:46 Re: Is there anything I should watch out for when creating temporary tables with psycopg2?
Previous Message Lex Berezhny 2011-08-10 13:51:39 Re: ZPsycopgDA Isolation Levels Bug