Re: JSON Patch for PostgreSQL - BSON Support?
От
Kevin Grittner
Тема
Re: JSON Patch for PostgreSQL - BSON Support?
Дата
Msg-id
4C696F3702000025000346D1@gw.wicourts.gov
Ответ на
Re: JSON Patch for PostgreSQL - BSON Support? (Charles Pritchard)
Список
Дерево обсуждения
Re: JSON Patch for PostgreSQL - BSON Support? Tom Lane <tgl@sss.pgh.pa.us>
Re: JSON Patch for PostgreSQL - BSON Support? Andrew Dunstan <andrew@dunslane.net>
Re: JSON Patch for PostgreSQL - BSON Support? Tom Lane <tgl@sss.pgh.pa.us>
Re: JSON Patch for PostgreSQL - BSON Support? Robert Haas <robertmhaas@gmail.com>
Re: JSON Patch for PostgreSQL - BSON Support? Christopher Browne <cbbrowne@gmail.com>
Re: JSON Patch for PostgreSQL - BSON Support? "Joshua D. Drake" <jd@commandprompt.com>
Re: JSON Patch for PostgreSQL - BSON Support? "Joshua D. Drake" <jd@commandprompt.com>
Re: JSON Patch for PostgreSQL - BSON Support? Charles Pritchard <chuck@jumis.com>
Re: JSON Patch for PostgreSQL - BSON Support? Charles Pritchard <chuck@jumis.com>
Re: JSON Patch for PostgreSQL - BSON Support? "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: JSON Patch for PostgreSQL - BSON Support? Andres Freund <andres@anarazel.de>
Re: JSON Patch for PostgreSQL - BSON Support? Tom Lane <tgl@sss.pgh.pa.us>
Re: JSON Patch for PostgreSQL - BSON Support? Joseph Adams <joeyadams3.14159@gmail.com>
Re: JSON Patch for PostgreSQL - BSON Support? Tom Lane <tgl@sss.pgh.pa.us>
Re: JSON Patch for PostgreSQL - BSON Support? Josh Berkus <josh@agliodbs.com>
Re: JSON Patch for PostgreSQL - BSON Support? Christopher Browne <cbbrowne@gmail.com>
Re: JSON Patch for PostgreSQL - BSON Support? Joseph Adams <joeyadams3.14159@gmail.com>
Re: JSON Patch for PostgreSQL - BSON Support? Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: JSON Patch for PostgreSQL - BSON Support? Robert Haas <robertmhaas@gmail.com>
Re: JSON Patch for PostgreSQL - BSON Support? Greg Smith <greg@2ndquadrant.com>
Charles Pritchard 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). Or do we invent our own flavors of one or both to cover the mismatch? -Kevin
В списке pgsql-hackers по дате отправления