Re: jsonb value retrieval performance

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: jsonb value retrieval performance
Дата
Msg-id 55F05DD9.40706@sigaev.ru
обсуждение исходный текст
Ответ на Re: jsonb value retrieval performance  (Tom Smith <tomsmith1989sk@gmail.com>)
Список pgsql-general
>   does it read in the whole jsonb tree structure in memory
> and get to v1  or it has some optimization so only get v1 instead
> of reading in the whole structure.

it reads, untoasts and uncompresses whole value and then executes search. An
idea to fix that is a reading jsonb value by only needed chunks.


--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: log_statement = 'mod' does not log all data modifying statements
Следующее
От: Melvin Davidson
Дата:
Сообщение: clone_schema function