Re: partitioned table query question
Vick Khera <vivek@khera.org>
From: Vivek Khera <vivek@khera.org>
To: PGSQL Mailing List <pgsql-general@postgresql.org>
Date: 2007-12-11T17:17:31Z
Lists: pgsql-hackers, pgsql-general
On Dec 11, 2007, at 10:08 AM, Erik Jones wrote: > b.) precomputing the bin and directly accessing the child table will > be the only options we have for now. This is where I'm headed.... I have only one or two queries that don't specify the partitioned ID, and those need a full table scan anyhow. :-(