Re: Syscaches should store negative entries, too - Mailing list pgsql-hackers

From Zeugswetter Andreas SB SD
Subject Re: Syscaches should store negative entries, too
Date
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA42128EB@m0114.s-mxs.net
Whole thread Raw
In response to Syscaches should store negative entries, too  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> However, what you probably wouldn't want to do is cache negative lookups
> that don't end up producing results or are not part of a search chain at
> all.  Those are user errors and not likely to be repeated and do not need
> to be optimized.

But this also is resolved by the LRU mechanism, no ?
People are not going to issue the same errors repeatedly,
but if they do, we are still interested in minimizing the 
resource consumption.

Andreas


pgsql-hackers by date:

Previous
From: Luis Amigo
Date:
Subject: Re: inline is not ANSI C
Next
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: Improving backend launch time by preloading relcache