Re: pg_class.reltuples of brin indexes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_class.reltuples of brin indexes
Date
Msg-id 4428.1522160692@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_class.reltuples of brin indexes  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Responses Re: pg_class.reltuples of brin indexes  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
Tomas Vondra <tomas.vondra@2ndquadrant.com> writes:
> I think number of index tuples makes sense, as long as that's what the
> costing needs. That is, it's up to the index AM to define it. But it
> clearly should not flap like this ...

> And it's not just BRIN. This is what I get with a GIN index:

Sounds like the same kind of thing we just fixed for SP-GiST :-(

            regards, tom lane


pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Ensure that maxlen is an integer value in dict_int configuration
Next
From: Alvaro Herrera
Date:
Subject: Re: XML/XPath issues: text/CDATA in XMLTABLE, XPath evaluated withwrong context