caveats... no order for partitions - Mailing list pgsql-docs

From dmitrybabiy@gmail.com
Subject caveats... no order for partitions
Date
Msg-id 20171127102535.1466.65945@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.3/static/ddl-partitioning.html
Description:

for queries like (selects * from ... order by logdate limit 1) you will get
worse performance, planner will search in all partitions, because it knows
match partitions constraint, but doesn't know any partitions order

pgsql-docs by date:

Previous
From: Thomas Munro
Date:
Subject: Re: MacPorts xsltproc is very slow?
Next
From: Daniel Gustafsson
Date:
Subject: PARALLEL in old syntax for CREATE AGGREGATE