pgsql: Reduce hash size for compute_array_stats, compute_tsvector_stats

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Reduce hash size for compute_array_stats, compute_tsvector_stats
Дата
Msg-id E1SMV9j-0001X7-1U@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Reduce hash size for compute_array_stats, compute_tsvector_stats.

The size is only a hint, but a big hint chews up a lot of memory without
apparently improving performance much.

Analysis and patch by Noah Misch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/85efd5f06593b80bbe01e541d78b336c1077213e

Modified Files
--------------
src/backend/tsearch/ts_typanalyze.c      |    2 +-
src/backend/utils/adt/array_typanalyze.c |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Minor improvements for CHECK NO INHERIT documentation.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Rearrange lazy_scan_heap to avoid visibility map race conditions