Re: Planner performance in partitions - Mailing list pgsql-performance

From Michael Lewis
Subject Re: Planner performance in partitions
Date
Msg-id CAHOFxGrPiuFFNETAbV3rcw1COns8vJbgPm5zrGiSeO9GZPRshQ@mail.gmail.com
Whole thread Raw
In response to Planner performance in partitions  (Piotr Włodarczyk <piotr.wlodarczyk@gnb.pl>)
Responses Re: Planner performance in partitions  (MichaelDBA <MichaelDBA@sqlexec.com>)
List pgsql-performance
"It is also important to consider the overhead of partitioning during query planning and execution. The query planner is generally able to handle partition hierarchies with up to a few hundred partitions fairly well, provided that typical queries allow the query planner to prune all but a small number of partitions. Planning times become longer and memory consumption becomes higher as more partitions are added." (emphasis added)

pgsql-performance by date:

Previous
From: Jeremy Finzel
Date:
Subject: Re: Bitmap heap scan performance
Next
From: MichaelDBA
Date:
Subject: Re: Planner performance in partitions