Preliminary patch for on-the-fly relpages/reltuples estimation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-patches(at)postgreSQL(dot)org
Subject: Preliminary patch for on-the-fly relpages/reltuples estimation
Date: 2004-11-30 00:14:01
Message-ID: 4155.1101773641@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I believe the attached patch incorporates all the ideas discussed in the
pghackers thread about using the current actual table size for planner
estimation purposes. The patch is not complete yet because (a) I
haven't touched the documentation, and (b) some of the regression tests
fail because of changes in plans; those expected-output files will need
adjustment.

Any comments, objections?

regards, tom lane

Attachment Content-Type Size
unknown_filename text/plain 19.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Roland Volkmann 2004-11-30 01:05:31 Re: Charset WIN1252
Previous Message Tom Lane 2004-11-29 16:59:28 Re: BUG #1329: Bug in IF-ELSEIF-ELSE construct