Re: Performance on inserts - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Performance on inserts
Date
Msg-id 5758.971646662@sss.pgh.pa.us
Whole thread Raw
In response to Re: Performance on inserts  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Performance on inserts  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
> * Prevent index lookups (or index entries using partial index) on most
>   common values; instead use sequential scan 

This behavior already exists for the most common value, and would
exist for any additional values that we had stats for.  Don't see
why you think a separate TODO item is needed.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Performance on inserts
Next
From: Bruce Momjian
Date:
Subject: Re: Performance on inserts