Re: Split index and table statistics into different types of stats

From: "Drouvot, Bertrand" <bertranddrouvot(dot)pg(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: vignesh C <vignesh21(at)gmail(dot)com>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Melanie Plageman <melanieplageman(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Split index and table statistics into different types of stats
Date: 2023-03-16 09:24:32
Message-ID: c72287d7-8750-772a-e97e-7a8eea8898ad@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 3/16/23 7:54 AM, Michael Paquier wrote:
> On Sat, Jan 21, 2023 at 06:42:51AM +0100, Drouvot, Bertrand wrote:
>> Please find attached a rebased version (previous comments
>> up-thread still need to be addressed though).
>
> This patch has a lot of conflicts. Could you send a rebased version?

Thanks for looking at it!

Please find attached v10.

Please note that the previous comments
up-thread still need to be addressed though, and that this patch is also somehow linked to the:

"Generate pg_stat_get_xact*() functions with Macros" patch (see [1]) (which itself has some dependencies, see [2])

My plan was to get [1] done before resuming working on the "Split index and table statistics into different types of stats" one.

Regards,

[1]: https://commitfest.postgresql.org/42/4106/
[2]: https://www.postgresql.org/message-id/11744b0e-5f7f-aba8-7d9c-2ff0a0c6e2b2%40gmail.com

--
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
v10-0001-split_tables_indexes_stats.patch text/plain 159.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2023-03-16 09:25:46 Re: postgres_fdw: Useless if-test in GetConnection()
Previous Message Amit Kapila 2023-03-16 09:23:19 Re: Dropped and generated columns might cause wrong data on subs when REPLICA IDENTITY FULL