Re: Performance on inserts
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Jules Bean <jules@jellybean.co.uk>, Alfred Perlstein <bright@wintelcom.net>, pgsql-hackers@postgresql.org
Date: 2000-10-15T21:51:02Z
Lists: 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