| От | Heikki Linnakangas |
|---|---|
| Тема | Re: JSON Patch for PostgreSQL - BSON Support? |
| Дата | |
| Msg-id | 4C6974A5.5070500@enterprisedb.com обсуждение исходный текст |
| Ответ на | Re: JSON Patch for PostgreSQL - BSON Support? (Joseph Adams <joeyadams3.14159@gmail.com>) |
| Список | pgsql-hackers |
On 16/08/10 20:17, Joseph Adams wrote: > Also, an idea would be to make json_send and json_recv (binary JSON > send/receive) use BSON rather than JSON-encoded text, as > sending/receiving JSON-encoded text is exactly what text send/receive > do. The usual reason to use the binary format is performance, so it doesn't make much sense to use BSON for that if the internal storage format is something else. It would most likely be slower, not faster, than sending the string as is. Of course, if you switch to using BSON as the internal storage format, then it's natural to use that for the binary I/O format too. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера