pgsql: Teach choose_bitmap_and() to actually be choosy --- that is, try

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Teach choose_bitmap_and() to actually be choosy --- that is, try
Date: 2005-04-23 01:57:34
Message-ID: 20050423015734.780BF535A3@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Teach choose_bitmap_and() to actually be choosy --- that is, try to
make some estimate of which available indexes to AND together, rather
than blindly taking 'em all. This could probably stand further
improvement, but it seems to do OK in simple tests.

Modified Files:
--------------
pgsql/src/backend/optimizer/path:
indxpath.c (r1.176 -> r1.177)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/indxpath.c.diff?r1=1.176&r2=1.177)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-04-23 02:46:58 python - be: Make setup.py import friendly.
Previous Message Tom Lane 2005-04-23 01:29:15 pgsql: Fix bogus EXPLAIN display of rowcount estimates for BitmapAnd and