pgsql/src backend/executor/nodeMergejoin.c bac ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/executor/nodeMergejoin.c bac ...
Date: 2002-03-01 04:09:29
Message-ID: 20020301040929.1A25547599C@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/02/28 23:09:28

Modified files:
src/backend/executor: nodeMergejoin.c
src/backend/optimizer/path: costsize.c
src/backend/utils/adt: selfuncs.c
src/backend/utils/cache: lsyscache.c
src/include/utils: lsyscache.h selfuncs.h

Log message:
Teach planner about the idea that a mergejoin won't necessarily read
both input streams to the end. If one variable's range is much less
than the other, an indexscan-based merge can win by not scanning all
of the other table. Per example from Reinhard Max.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-03-01 06:01:21 pgsql/src backend/nodes/copyfuncs.c backend/no ...
Previous Message Yannick ALLUSSE 2002-02-28 07:48:35 SIze Of the Database