Re: How to cache a non-unique index? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: How to cache a non-unique index?
Date
Msg-id 4420.1260199938@sss.pgh.pa.us
Whole thread Raw
In response to How to cache a non-unique index?  (Xin Wang <andywx@gmail.com>)
List pgsql-hackers
Xin Wang <andywx@gmail.com> writes:
> I have added a catalog table with an index on a non-unique column. I
> want to cache this non-unique index like other unique indexes in
> syscache. Is there any way to cache a non-unique index?

No, not with syscache.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: tsearch parser inefficiency if text includes urls or emails - new version
Next
From: Alvaro Herrera
Date:
Subject: Re: bug: json format and auto_explain