Re: Reorganize cache memory contexts

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Reorganize cache memory contexts
Date: 2024-10-29 21:28:49
Message-ID: CAApHDvrVRUV_XGgc--L1B4ubY_9oL5hT7XXYUEkncg==NPKC_A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 30 Oct 2024 at 09:29, Jeff Davis <pgsql(at)j-davis(dot)com> wrote:
> Attached is a patch that reorganizes CacheMemoryContext to be mostly a
> parent context, with child contexts such as CatCacheContext,
> RelCacheContext, PlanCacheContext, etc.

Is it worth merging efforts with [1]? I don't think that patch goes as
far as PlanCacheContext, but it does make the separate contexts for
catcache and relcache.

David

[1] https://commitfest.postgresql.org/50/4554/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2024-10-29 21:44:19 Re: Reorganize cache memory contexts
Previous Message Devulapalli, Raghuveer 2024-10-29 21:00:17 RE: Proposal for Updating CRC32C with AVX-512 Algorithm.