Hi Robert,

On 03/23/2012 02:28 PM, Robert Newson wrote:
> I'd be intrigued to know how we could store the raw JSON on disk given
> the make_blocks behavior but, yes, the reason couchdb isn't giving
> sendfile() like performance is the json<>erlang conversion at least,
> and other things like reading btree nodes to find the data (even if
> they come from cache), etc.

You are right. It won't be raw JSON, but it can be way closer to that
(hence less processing needed for sending it out) than it currently is
the case.

Cheers,
  Volker

Reply via email to