Re: Identity projection

Поиск
Список
Период
Сортировка
От Kyotaro HORIGUCHI
Тема Re: Identity projection
Дата
Msg-id 20120914.162604.152376784.horiguchi.kyotaro@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: Identity projection  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Ответы Re: Identity projection  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Список pgsql-hackers
Although I said as following, the gain seems a bit larger... I'll
recheck the testing conditions...

> > Another point here is that the projection code already special-cases
> > simple projections, so it's a bit hard to believe that it's as slow as
> > you suggest above.  I wonder if your test case is confusing that
> > optimization somehow.
> 
> The whole table is on memory and query is very simple and the
> number of columns is relatively larger in this case. This is
> because I intended to improve retrieving a large part of
> partitioned table with many columns.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



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

Предыдущее
От: Feridun türk
Дата:
Сообщение:
Следующее
От: "Etsuro Fujita"
Дата:
Сообщение: Re: WIP patch: add (PRE|POST)PROCESSOR options to COPY