pgsql: Consider disk-based hash aggregation to implement DISTINCT.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: Consider disk-based hash aggregation to implement DISTINCT.
Дата
Msg-id E1jGvIB-0003jf-Lu@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Consider disk-based hash aggregation to implement DISTINCT.

Correct oversight in 1f39bce0. If enable_hashagg_disk=true, we should
consider hash aggregation for DISTINCT when applicable.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dd8e19132acfbb28d579288a412ed6c0a5ea338b

Modified Files
--------------
src/backend/optimizer/plan/planner.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Fix nbtree deduplication README commentary.
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Add collation versions for Windows.