Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A6CEB71AF for ; Tue, 4 Oct 2011 19:50:26 +0000 (UTC) Received: (qmail 21378 invoked by uid 500); 4 Oct 2011 19:50:26 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 21335 invoked by uid 500); 4 Oct 2011 19:50:26 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 21321 invoked by uid 99); 4 Oct 2011 19:50:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 19:50:26 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ladicek@gmail.com designates 209.85.160.180 as permitted sender) Received: from [209.85.160.180] (HELO mail-gy0-f180.google.com) (209.85.160.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 19:50:20 +0000 Received: by gyd8 with SMTP id 8so1205848gyd.11 for ; Tue, 04 Oct 2011 12:49:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=MhcvGu0qp+f/ZY8FA0oZanOS6Kqq8RTftBGr59zJovQ=; b=WoemI1su1qarZGnXeixTUyq0bFZK7AvNtQJNXL5G0Bt/9P+jwmelF3AH+Yw8omacKW 3EuMEuhv8JQ2baY5FVPslbe2XQKKhcKLvWMcJZhfsR56HzKFfzWXDNj4EMwEstIoxLFy U99N6YxNHHeca44lO8ip4DZhJMR/rR8pWGS/M= MIME-Version: 1.0 Received: by 10.146.195.2 with SMTP id s2mr1423215yaf.8.1317757799408; Tue, 04 Oct 2011 12:49:59 -0700 (PDT) Received: by 10.147.35.11 with HTTP; Tue, 4 Oct 2011 12:49:59 -0700 (PDT) In-Reply-To: References: Date: Tue, 4 Oct 2011 21:49:59 +0200 Message-ID: Subject: Re: Universal Binary JSON in CouchDB From: Ladislav Thon To: dev@couchdb.apache.org Content-Type: multipart/alternative; boundary=000e0cd48a6488a5b704ae7e65cb X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd48a6488a5b704ae7e65cb Content-Type: text/plain; charset=ISO-8859-1 > > That said, the ubjson spec is starting to look reasonable and capable > to be an alternative content-type produced by CouchDB. If someone were > to write a patch I'd review it quite enthusiastically. Just FYI, there's an experimental support for MessagePack by Tim Anglade: https://github.com/timanglade/couchdb/commits/msgpack I thought it might be interesting in this debate... Tim says it improves performance quite a bit: http://blog.cloudant.com/optimizing-couchdb-calls-by-99-percent/ (Tim, if you're reading this, thank's for the excellent talk!) LT --000e0cd48a6488a5b704ae7e65cb--