Re: Performance regression with PostgreSQL 11 and partitioning
От
Amit Langote
Тема
Re: Performance regression with PostgreSQL 11 and partitioning
Дата
Msg-id
b23dc88b-df41-ef07-22c5-12f77cf73b57@lab.ntt.co.jp
Ответ на
Re: Performance regression with PostgreSQL 11 and partitioning (Alvaro Herrera)
Список
Дерево обсуждения
Performance regression with PostgreSQL 11 and partitioning Thomas Reiss <thomas.reiss@dalibo.com>
Re: Performance regression with PostgreSQL 11 and partitioning Robert Haas <robertmhaas@gmail.com>
Re: Performance regression with PostgreSQL 11 and partitioning Thomas Reiss <thomas.reiss@dalibo.com>
Re: Performance regression with PostgreSQL 11 and partitioning Amit Langote <amitlangote09@gmail.com>
Re: Performance regression with PostgreSQL 11 and partitioning Robert Haas <robertmhaas@gmail.com>
Re: Performance regression with PostgreSQL 11 and partitioning Tom Lane <tgl@sss.pgh.pa.us>
Re: Performance regression with PostgreSQL 11 and partitioning Justin Pryzby <pryzby@telsasoft.com>
Re: Performance regression with PostgreSQL 11 and partitioning David Rowley <david.rowley@2ndquadrant.com>
Re: Performance regression with PostgreSQL 11 and partitioning Thomas Reiss <thomas.reiss@dalibo.com>
Re: Performance regression with PostgreSQL 11 and partitioning Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: Performance regression with PostgreSQL 11 and partitioning David Rowley <david.rowley@2ndquadrant.com>
Re: Performance regression with PostgreSQL 11 and partitioning Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: Performance regression with PostgreSQL 11 and partitioning Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: Performance regression with PostgreSQL 11 and partitioning David Rowley <david.rowley@2ndquadrant.com>
Re: Performance regression with PostgreSQL 11 and partitioning Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: Performance regression with PostgreSQL 11 and partitioning Tom Lane <tgl@sss.pgh.pa.us>
Re: Performance regression with PostgreSQL 11 and partitioning Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: Performance regression with PostgreSQL 11 and partitioning David Rowley <david.rowley@2ndquadrant.com>
Re: Performance regression with PostgreSQL 11 and partitioning Tom Lane <tgl@sss.pgh.pa.us>
Re: Performance regression with PostgreSQL 11 and partitioning Robert Haas <robertmhaas@gmail.com>
Re: Performance regression with PostgreSQL 11 and partitioning Tom Lane <tgl@sss.pgh.pa.us>
Re: Performance regression with PostgreSQL 11 and partitioning Robert Haas <robertmhaas@gmail.com>
Re: Performance regression with PostgreSQL 11 and partitioning Tom Lane <tgl@sss.pgh.pa.us>
Re: Performance regression with PostgreSQL 11 and partitioning Robert Haas <robertmhaas@gmail.com>
Re: Performance regression with PostgreSQL 11 and partitioning David Rowley <david.rowley@2ndquadrant.com>
Re: Performance regression with PostgreSQL 11 and partitioning Alvaro Herrera <alvherre@2ndquadrant.com>
Re: Performance regression with PostgreSQL 11 and partitioning Tom Lane <tgl@sss.pgh.pa.us>
Re: Performance regression with PostgreSQL 11 and partitioning Alvaro Herrera <alvherre@2ndquadrant.com>
Re: Performance regression with PostgreSQL 11 and partitioning Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: Performance regression with PostgreSQL 11 and partitioning Alvaro Herrera <alvherre@2ndquadrant.com>
Re: Performance regression with PostgreSQL 11 and partitioning Thomas Reiss <thomas.reiss@dalibo.com>
Un peu décu : Re: Performance regression with PostgreSQL 11 and partitioning Christophe Courtois <christophe.courtois@dalibo.com>
Re: Un peu décu : Re: Performance regression with PostgreSQL 11 and partitioning David Rowley <david.rowley@2ndquadrant.com>
Re: Performance regression with PostgreSQL 11 and partitioning Christophe Courtois <christophe.courtois@dalibo.com>
Oops... Re: Un peu décu : Re: Performance regression with PostgreSQL 11 and partitioning Christophe Courtois <christophe.courtois@dalibo.com>
Re: Performance regression with PostgreSQL 11 and partitioning Thomas Reiss <thomas.reiss@dalibo.com>
Re: Performance regression with PostgreSQL 11 and partitioning David Rowley <david.rowley@2ndquadrant.com>
Re: Performance regression with PostgreSQL 11 and partitioning Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: Performance regression with PostgreSQL 11 and partitioning Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: Performance regression with PostgreSQL 11 and partitioning "Jonathan S. Katz" <jkatz@postgresql.org>
Re: Performance regression with PostgreSQL 11 and partitioning David Rowley <david.rowley@2ndquadrant.com>
On 2018/06/26 23:43, Alvaro Herrera wrote:
> On 2018-Jun-25, Tom Lane wrote:
>
>> Alvaro Herrera writes:
>>> On 2018-Jun-18, David Rowley wrote:
>>>> I've attached a patch which cleans up my earlier version and moves the
>>>> setup of the append_rel_array into its own function instead of
>>>> sneaking code into setup_simple_rel_arrays(). I've also now updated
>>>> the comment above find_childrel_appendrelinfo(), which is now an
>>>> unused function.
>>
>>> I checked that this patch fixes the originally reported performance
>>> regression.
>>> Unless there are objections, I intend to push this patch tomorrow.
>>
>> If find_childrel_appendrelinfo is now unused, we should remove it.
>
> Agreed -- thanks for following up. Pushed that way.
I noticed that there is a typo in a comment, fixed as follows in the
attached patch.
/*
- * append_rel_list is the same length as the above arrays, and holds
+ * append_rel_array is the same length as the above arrays, and holds
* pointers to the corresponding AppendRelInfo entry indexed by
* child_relid, or NULL if none. The array itself is not allocated if
* append_rel_list is empty.
Thanks,
Amit
В списке pgsql-hackers по дате отправления