pgsql-server: New two-stage sampling method for ANALYZE, as per

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: New two-stage sampling method for ANALYZE, as per
Date: 2004-05-23 21:24:02
Message-ID: 20040523212402.91097D1B1C7@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
New two-stage sampling method for ANALYZE, as per discussions a few weeks
ago. This should give significantly better results when the density of
live tuples is not uniform throughout a table. Manfred Koizar, with
minor kibitzing from Tom Lane.

Modified Files:
--------------
pgsql-server/src/backend/commands:
analyze.c (r1.71 -> r1.72)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/commands/analyze.c.diff?r1=1.71&r2=1.72)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2004-05-23 22:20:10 pgsql-server: A few cosmetic fixes and code cleanup.
Previous Message Tom Lane 2004-05-23 17:10:54 pgsql-server: Still another place to make the world safe for zero-column