Alvaro Herrera wrote: > Joshua D. Drake wrote: >> Tom Lane wrote: >>> "Joshua D. Drake" <[EMAIL PROTECTED]> writes: >>>> We have a problem with CE that I want to verify is either expected >>>> behavior, a bug or something else :). >>> Uh, what's your problem exactly? The example only seems to demonstrate >>> that if you don't ask for a sort, you don't get one. >> Sorry. The problem is, if I ask for an ORDER BY it scans all partitions >> versus only scanning the partition that has the data in it. > > Huh, but that's not what the EXPLAIN ANALYZE you posted says ... >
Sorry I realize the error of my ways. It isn't that it is scanning all partitions, it is that it is scanning all of a single partition (subject to the WHERE clause). That is correct behavior. Sincerely, Joshua D. Drake -- === The PostgreSQL Company: Command Prompt, Inc. === Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240 Providing the most comprehensive PostgreSQL solutions since 1997 http://www.commandprompt.com/ Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster