Re: [SQL] Good Optimization

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Jan Wieck <jwieck(at)debis(dot)com>
Cc: Patrik Kudo <kudo(at)partitur(dot)se>, pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Good Optimization
Date: 1999-07-08 15:48:04
Message-ID: 199907081548.LAA08995@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> IMHO we're improving optimization more and more on the cost
> of query parse/rewrite/optimize/plan time. Thus performance
> of statements that EXECUTE fast slows down more and more.
> Isn't it time to think about some (maybe shared)
> "parsetree->plan" cache that provides ready to use plans if
> only Const values have changed?

TODO list has:

* Cache most recent query plan(s?)

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Olivier Ertz 1999-07-08 16:15:07 RewriteDefine.c : Rule size
Previous Message Bruce Momjian 1999-07-08 15:40:18 Re: [SQL] Good Optimization