Re: JSON Patch for PostgreSQL - BSON Support?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: JSON Patch for PostgreSQL - BSON Support?
Дата
Msg-id 28590.1282013305@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: JSON Patch for PostgreSQL - BSON Support?  (Joseph Adams <joeyadams3.14159@gmail.com>)
Список pgsql-hackers
Joseph Adams <joeyadams3.14159@gmail.com> writes:
> Others already mentioned that you can't convert 2 billion byte long
> JSON strings to BSON.  Another issue is that BSON cannot encode all
> JSON numbers without precision loss.

As somebody already mentioned, the former isn't likely to be an issue
for us anytime in the foreseeable future, because we can't push around
datum values more than 1GB large anyhow.  The latter seems like a pretty
nasty problem though.

I'm good with just dropping this idea for the moment.  The Google hit
statistics that were cited earlier show that there's not enough interest
in BSON to justify a separate datatype, which is what it would
apparently need to be.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: refactoring comment.c
Следующее
От: Tom Lane
Дата:
Сообщение: Re: security label support, part.2