Обсуждение: Group By bug in snapshot 270198

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

Group By bug in snapshot 270198

От
Serj
Дата:
In snapshot 270198 "GROUP BY" bug present too.

Test on linux-elf ("select a,b,count(*) from c group by a,b");

--
SY, Serj

Re: [HACKERS] Group By bug in snapshot 270198

От
"Vadim B. Mikheev"
Дата:
Serj wrote:
>
> In snapshot 270198 "GROUP BY" bug present too.
>
> Test on linux-elf ("select a,b,count(*) from c group by a,b");

We know by what this bug is caused - will be fixed before 6.3 beta 2.
There will be also patch for 6.2.1

As "workarround" - try to increase -S max_sort_memory to prevent
disk sorting. Sorry.

Vadim