RE: speeding up planning with partitions - Mailing list pgsql-hackers

From Tsunakawa, Takayuki
Subject RE: speeding up planning with partitions
Date
Msg-id 0A3221C70F24FB45833433255569204D1FAA4388@G01JPEXMBYT05
Whole thread Raw
In response to Re: speeding up planning with partitions  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
List pgsql-hackers
From: Amit Langote [mailto:Langote_Amit_f8@lab.ntt.co.jp]
> We can definitely try, but I'm not immediately sure if the further
> improvements will come from continuing to fix the planner.  Maybe, the
> overhead of partitioning could be attributed to other parts of the system.

> Actually, I wrote that for patch 0002.  The next patch (0003) is meant to
> fix that.  So, the overhead you're seeing is even after making sure that
> only the selected partitions are locked.

Thanks for telling your thought.  I understood we should find the bottleneck with profiling first.


Regards
Takayuki Tsunakawa




pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: speeding up planning with partitions
Next
From: Tatsuro Yamada
Date:
Subject: Re: Fix help option of contrib/oid2name