Re: updated qCache

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: updated qCache
Date: 2002-04-18 09:04:21
Message-ID: 20020418110421.C13923@zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 17, 2002 at 05:17:51PM -0400, Neil Conway wrote:
> Hi all,
>
> Here's an updated version of the experimental qCache patch I
> posted a couple days ago (which is a port of Karel Zak's 7.0
> work to CVS HEAD).

I have a question, what the Dllist and malloc()? I think it's
nothing nice for local-memory cache too.

There is needful destory cached planns by one call of
MemoryContextDelete(). I hope that Neil wants still use
original "context-per-plan" cache.

Karel

--
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/

C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2002-04-18 09:43:43 Re: timeout implementation issues
Previous Message Michael Loftis 2002-04-18 08:56:43 Re: timeout implementation issues