Re: What query optimisations are included in Postgresql? - Mailing list pgsql-general

From John R Pierce
Subject Re: What query optimisations are included in Postgresql?
Date
Msg-id 5298F1D1.8080508@hogranch.com
Whole thread Raw
In response to What query optimisations are included in Postgresql?  (N <ceecmm@gmail.com>)
List pgsql-general
On 11/28/2013 9:46 AM, N wrote:
> Are there documents specifying the query optimisations in Postgresql
> like the SQLite (http://www.sqlite.org/optoverview.html)?
>
> >From the web, I can say, there are index and join optimisation, but
> are there anything others like Subquery flattening?


There's nearly as much query plan optimization as a C compiler has code
optimization.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



pgsql-general by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: What query optimisations are included in Postgresql?
Next
From: Tjibbe
Date:
Subject: Fwd: row_to_json() with numerical indices in stead of associative indices