Re: [HACKERS] JIT compiling expressions/deform + inlining prototypev2.0

Поиск
Список
Период
Сортировка
От Konstantin Knizhnik
Тема Re: [HACKERS] JIT compiling expressions/deform + inlining prototypev2.0
Дата
Msg-id 4e474a03-1b73-b8e0-725c-4d3e5c4f2bb6@postgrespro.ru
обсуждение исходный текст
Ответ на Re: [HACKERS] JIT compiling expressions/deform + inlining prototypev2.0  (Andres Freund <andres@anarazel.de>)
Ответы Re: [HACKERS] JIT compiling expressions/deform + inlining prototypev2.0  (andres@anarazel.de (Andres Freund))
Re: [HACKERS] JIT compiling expressions/deform + inlining prototype v2.0  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers

On 04.09.2017 23:52, Andres Freund wrote:
>
> Yea, I've changed that already, although it's currently added earlier,
> because the alignment is needed before, to access the column correctly.
> I've also made number of efficiency improvements, primarily to access
> columns with an absolute offset if all preceding ones are fixed width
> not null columns - that is quite noticeable performancewise.

Unfortunately, in most of real table columns are nullable.
I wonder if we can perform some optimization in this case (assuming that 
in typical cases column either contains mostly non-null values, either 
mostly null values).

-- 
Konstantin Knizhnik
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company




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

Предыдущее
От: Vladimir Borodin
Дата:
Сообщение: Re: [HACKERS] Proposal: pg_rewind to skip config files
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: [HACKERS] Partition-wise join for join between (declaratively)partitioned tables