attribute distinct values estimate
Roberto Cornacchia <rcorna@tin.it>
From: Roberto Cornacchia <rcorna@tin.it>
To: pgsql-hackers@postgresql.org
Date: 1999-10-01T16:11:51Z
Lists: pgsql-hackers
We need to estimate the number of distinct values of an attribute from inside optimizer, for an extension we are working on. Should we use stacommonfrac from pg_statistic, or attdisbursion, or what else?