Re: Protocol buffer support for Postgres

Поиск
Список
Период
Сортировка
От José Luis Tallón
Тема Re: Protocol buffer support for Postgres
Дата
Msg-id 571F4F9F.508@adv-solutions.net
обсуждение исходный текст
Ответ на Protocol buffer support for Postgres  (陈天舟 <tianzhouchen@gmail.com>)
Список pgsql-hackers
On 04/26/2016 08:06 AM, 陈天舟 wrote:
> I am interested in adding Protocol Buffer support for Postgres. 
> Protocol Buffer occupies less space than JSON. More importantly, it 
> has schema and is forward/backward compatible. All these make it a 
> very good format for persistency.

Have you investigated JSONB vs ProtoBuf space usage ?    (the key being  the "B" -- Postgres' own binary JSON
implementation)


The "per-column schema" thing sounds difficult to do without major 
changes to the core unless/until we have generalized user-defined 
metadata for objects ....


Just my .02€
    / J.L.




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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add trigonometric functions that work in degrees.
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: Optimization for updating foreign tables in Postgres FDW