Re: jsonpath

Поиск
Список
Период
Сортировка
От John Naylor
Тема Re: jsonpath
Дата
Msg-id CACPNZCuUXV3jEPFPsRw+4AKLvmO6CFWh3OwtH0CJv3w0oXnVoQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: jsonpath  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Ответы Re: jsonpath
Список pgsql-hackers
On Sun, Feb 24, 2019 at 5:03 PM Alexander Korotkov
<a.korotkov@postgrespro.ru> wrote:
> On Wed, Jan 30, 2019 at 5:28 AM Andres Freund <andres@anarazel.de> wrote:
> > Why -CF, and why is -p repeated?
>
> BTW, for our SQL grammar we have
>
> > scan.c: FLEXFLAGS = -CF -p -p
>
> Is it kind of default?

I just saw this in the committed patch. This is not default, it's
chosen for maximum performance at the expense of binary/memory size.
That's fine, but with a little effort you can also make the scanner
non-backtracking for additional performance, as in the attached.

-- 
John Naylor                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: "Tsunakawa, Takayuki"
Дата:
Сообщение: RE: Speed up transaction completion faster after many relations areaccessed in a transaction
Следующее
От: Amit Langote
Дата:
Сообщение: Re: partitioned tables referenced by FKs