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 7FB4A111FA for ; Sun, 13 Jul 2014 12:13:35 +0000 (UTC) Received: (qmail 67222 invoked by uid 500); 13 Jul 2014 12:13:34 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 67165 invoked by uid 500); 13 Jul 2014 12:13:34 -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 67153 invoked by uid 99); 13 Jul 2014 12:13:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jul 2014 12:13:34 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of space.ship.traveller@gmail.com designates 209.85.220.49 as permitted sender) Received: from [209.85.220.49] (HELO mail-pa0-f49.google.com) (209.85.220.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jul 2014 12:13:31 +0000 Received: by mail-pa0-f49.google.com with SMTP id lj1so3861931pab.22 for ; Sun, 13 Jul 2014 05:13:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=0/CaVpuHCeAZ4Yw24dCUWkyeTSHDhPx6smDDgVsfeEM=; b=uat5Z0QM6ntPNllP2YSyJoQ6Tq7xAeCW5WIG9iBPmDUzjActB4uyLpn50qTOJtYk6N BDTxgzkLy/jpXsiW4i6f/aeM4e/sbxSEIt6Zjwore36KBvLVIPdfIFF4QlSFxGG9kf3x USu8lxrZHiilIL2GLgEnWVLtrL3eH3YbO6slopISsoCFN8+c1uMNBe643JVpkVfqAFny TVE3vU8AdRVeWXh7nHvrCWrRUlwyYHAkS2NJrYnRpZkXa7sh1MJvkcMLmvehQBfQzYkC Ib7de9JiGGeoUdsyMLhLFwR8A1O8ZKO2qYlOVSgFJ6fBGTO3UGIKjdlCSJD3Mwz08OV7 ICQg== X-Received: by 10.70.14.227 with SMTP id s3mr10619897pdc.88.1405253585829; Sun, 13 Jul 2014 05:13:05 -0700 (PDT) Received: from [10.0.0.55] (73.137.69.111.dynamic.snap.net.nz. [111.69.137.73]) by mx.google.com with ESMTPSA id jb5sm7679840pbd.73.2014.07.13.05.13.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 13 Jul 2014 05:13:05 -0700 (PDT) Message-ID: <53C277CE.9000309@gmail.com> Date: Mon, 14 Jul 2014 00:13:02 +1200 From: Samuel Williams User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: dev@couchdb.apache.org Subject: Re: CouchDB 2.0: breaking the backward compatibility References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 13/07/14 23:47, Alexander Shorin wrote: > Our view server is compiles functions on each view index update > instead of reusing inner cache. This is because of out-dated protocol: > others design function are works differently from views. While it's > good to change and improve query server protocol completely, this task > requires more time to be done. We should have a least plan B to do > small steps in good direction. As already suggested, here is my proposal for 2.0 view/query server: https://docs.google.com/document/d/1JtfvCpNB9pRQyLhS5KkkEdJ-ghSCv89xnw5HDMTCsp8/edit I welcome people to suggest improvements/changes/ideas. Kind regards, Samuel