Re: [GENERAL] performance considerations of jsonb vs separate rows

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: [GENERAL] performance considerations of jsonb vs separate rows
Дата
Msg-id BD973C92-9AA6-4790-A5F4-6033D159F213@a-kretschmer.de
обсуждение исходный текст
Ответ на [GENERAL] performance considerations of jsonb vs separate rows  (Rob Nikander <rob.nikander@gmail.com>)
Список pgsql-general
Am 19. Juni 2017 21:29:40 MESZ schrieb Rob Nikander <rob.nikander@gmail.com>:

>
>I'm wondering about the tradeoffs, specifically: is it possible to
>update one piece of a jsonb value without having to rewrite the entire
>field?


Updates in PostgreSQL are always Delete & Insert. So the answer is no. For session-data please consider unlogged
tables.


Regards, Andreas


--
2ndQuadrant - The PostgreSQL Support Company


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

Предыдущее
От: Rob Nikander
Дата:
Сообщение: [GENERAL] performance considerations of jsonb vs separate rows
Следующее
От: Dmitry Dolgov
Дата:
Сообщение: Re: [GENERAL] performance considerations of jsonb vs separate rows