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

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server: New two-stage sampling method for ANALYZE, as per
Дата
Msg-id 20040523212402.91097D1B1C7@svr1.postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server: Still another place to make the world safe for zero-column
Следующее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql-server: A few cosmetic fixes and code cleanup.