Re: JSON Patch for PostgreSQL - BSON Support?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: JSON Patch for PostgreSQL - BSON Support?
Дата
Msg-id 25452.1282001077@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: JSON Patch for PostgreSQL - BSON Support?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: JSON Patch for PostgreSQL - BSON Support?  (Joseph Adams <joeyadams3.14159@gmail.com>)
Список pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> Charles Pritchard <chuck@jumis.com> wrote:
>> Storing internally as BSON (if it holds up to its premise) would
>> mean more efficient traversal of internal objects in the future,
>> if we were to have JSON-related functions/selectors.
> How about the fact that not all JSON objects can be represented in
> BSON (if the JSON object has a very long string), and not all BSON
> objects can be represented in JSON (if the BSON object has an
> array).

Well, if it's not just a binary encoding of JSON, I think we can forget
about it ... certainly it won't work in the form I was visualizing.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Todays git migration results
Следующее
От: Andres Freund
Дата:
Сообщение: Re: JSON Patch for PostgreSQL - BSON Support?