Re: Plan caching and serialization for reuse across executions

From: Kirill Reshke <reshkekirill(at)gmail(dot)com>
To: Xuan Chen <cx0222(at)vip(dot)qq(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Plan caching and serialization for reuse across executions
Date: 2025-08-18 11:50:09
Message-ID: CALdSSPgJpcQ8Jp=qAYij05tZtdN1_Tyqixi76hguiQH77WcY2w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

On Sun, 17 Aug 2025 at 23:34, Xuan Chen <cx0222(at)vip(dot)qq(dot)com> wrote:
>
> - Any relevant references in the source code (planner, plancache.c, executor) that I should study would be very helpful.

Here is extension implementing saving and restoring plans[0]

[0]https://github.com/postgrespro/sr_plan

--
Best regards,
Kirill Reshke

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2025-08-18 11:56:06 Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring
Previous Message Zhijie Hou (Fujitsu) 2025-08-18 11:35:17 RE: Conflict detection for update_deleted in logical replication