Re: jsonb value retrieval performance

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: jsonb value retrieval performance
Дата
Msg-id 55EF05C1.3040005@sigaev.ru
обсуждение исходный текст
Ответ на jsonb value retrieval performance  (Tom Smith <tomsmith1989sk@gmail.com>)
Ответы Re: jsonb value retrieval performance
Re: jsonb value retrieval performance
Список pgsql-general
> and I am trying to get value via  jsonb->parentKey->childKey
> it seems it is very slow.
> Would it be actually faster to use top level key only and parse it at client side?

Suppose, most time is spent for decompressing huge value, not for actual search
inside jsonb. If so, we need to implement some search method which decompress
some chunks of jsonb.


Could you send to me an example of that jsonb?



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


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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: Anyone interested in a Pittsburgh-area Postgres users'
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: jsonb value retrieval performance