disbursion

Started by Bruce Momjianalmost 26 years ago2 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Tom, since you check pg_statsistic in the optimizer for the most common
value, should we downgrade the pg_attribute.attdisbursion value when we
know the value is not the most common value? Are you doing that
already?

-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: disbursion

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Tom, since you check pg_statsistic in the optimizer for the most common
value, should we downgrade the pg_attribute.attdisbursion value when we
know the value is not the most common value? Are you doing that
already?

Yeah, we already do. In fact the last tweak in that area was to reduce
the ratio we multiply by in just that situation. It's a poor substitute
for actually having better stats of course...

regards, tom lane