Re: installcheck failing on psql_crosstab

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: installcheck failing on psql_crosstab
Дата
Msg-id CAB7nPqR4G5GXkfrCfVXKctvG-Djx_1MToATQo7vw6Twf6dvpRg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: installcheck failing on psql_crosstab  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: installcheck failing on psql_crosstab  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Jun 7, 2016 at 12:31 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> On Tue, Jun 7, 2016 at 12:28 AM, Alvaro Herrera
> <alvherre@2ndquadrant.com> wrote:
>> Tom Lane wrote:
>>> Alvaro Herrera <alvherre@2ndquadrant.com> writes:
>>
>>> > I can't imagine that the server is avoiding hash aggregation on a 1MB
>>> > work_mem limit for data that's a few dozen of bytes.  Is it really doing
>>> > that?
>>>
>>> Yup:
>>
>> Aha.  Thanks for testing.
>>
>>> Now that you mention it, this does seem a bit odd, although I remember
>>> that there's a pretty substantial fudge factor in there when we have
>>> no statistics (which we don't in this example).  If I ANALYZE ctv_data
>>> then it sticks to the hashagg plan all the way down to 64kB work_mem.
>>
>> Hmm, so we could solve the complaint by adding an ANALYZE.  I'm open to
>> that; other opinions?
>
> We could just enforce work_mem to 64kB and then reset it.

Or just set up work_mem to a wanted value for the duration of the run
of psql_crosstab. Attached is my proposal.
--
Michael

Вложения

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

Предыдущее
От: Sridhar N Bamandlapally
Дата:
Сообщение: Re: OUT parameter and RETURN table/setof
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: COMMENT ON, psql and access methods