RE: [HACKERS] [hackers]development suggestion needed

From: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Xun Cheng" <xun(at)cs(dot)ucsb(dot)edu>
Cc: <pgsql-hackers(at)postgreSQL(dot)org>
Subject: RE: [HACKERS] [hackers]development suggestion needed
Date: 2000-01-14 05:51:35
Message-ID: 000601bf5e53$6a841200$2801007e@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> -----Original Message-----
> From: owner-pgsql-hackers(at)postgreSQL(dot)org
> [mailto:owner-pgsql-hackers(at)postgreSQL(dot)org]On Behalf Of Tom Lane
>
> xun(at)cs(dot)ucsb(dot)edu (Xun Cheng) writes:
> > I want to experiment with some new fast join algorithms.
>
> Cool. Welcome aboard!
>
> > Could anyone tell me if
> > the directory /docs/pgsql/src/backend/executor is the
> > right place to start
>
> The executor is only half the problem: you must also teach the
> planner/optimizer how and when to use the new join type.
>
> Hiroshi Inoue has recently been down this path (adding support
> for TID-based scans), and might be able to give you more specific
> advice.
>

Hmm,un(??)fortunately,I didn't have to understand details about join
to implement Tidscan. It's a basic scan and is used to scan one relation.

I don't know about document well either,sorry. AFAIK,Tom is
decidedly superior to me in understanding planner/optimizer.

Regards.

Hiroshi Inoue
Inoue(at)tpf(dot)co(dot)jp

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2000-01-14 05:54:53 Why must -N be >= 16?
Previous Message Don Baccus 2000-01-14 05:40:23 Re: Multiple Spindles ( Was: Re: [HACKERS] [hackers]development suggestion needed )