Обсуждение: pgsql: Add: > > * Add estimated_count(*) to return an estimate of

Поиск
Список
Период
Сортировка

pgsql: Add: > > * Add estimated_count(*) to return an estimate of

От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
Add:

>
> * Add estimated_count(*) to return an estimate of COUNT(*)
>
>   This would use the planner ANALYZE statistatics to return an estimated
>   count.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1699 -> r1.1700)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1699&r2=1.1700)
    pgsql/doc/src/FAQ:
        TODO.html (r1.206 -> r1.207)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.206&r2=1.207)