You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Alain Meunier <de...@hotmail.fr> on 2013/10/19 15:13:26 UTC

Messagepack instead of JSON ?

Hello,

I would like to know if we can use messagepack instead of json to store datas, decrease the size of the database and increase the insert performances ?

And use erlang messagepack binding to show them in views.

Any thought on it ?

Thanks !


 		 	   		  

Re: Messagepack instead of JSON ?

Posted by Benoit Chesneau <bc...@gmail.com>.
On Sat, Oct 19, 2013 at 3:13 PM, Alain Meunier <de...@hotmail.fr> wrote:

> Hello,
>
> I would like to know if we can use messagepack instead of json to store
> datas, decrease the size of the database and increase the insert
> performances ?
>

You can't do it for now, that may be an improvement I don't know. For
myself I would prefer to add the support for SPDY/HTTP 2.0 so we would have
for free a secure (SSL) binary protocol supporting pipelining for free
without changing that much the API.

- benoit