Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 22586 invoked from network); 20 Mar 2009 08:23:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2009 08:23:08 -0000 Received: (qmail 90171 invoked by uid 500); 20 Mar 2009 08:23:06 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 90137 invoked by uid 500); 20 Mar 2009 08:23:06 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 90126 invoked by uid 99); 20 Mar 2009 08:23:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2009 01:23:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of wout.mertens@gmail.com designates 209.85.219.166 as permitted sender) Received: from [209.85.219.166] (HELO mail-ew0-f166.google.com) (209.85.219.166) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2009 08:22:55 +0000 Received: by ewy10 with SMTP id 10so726073ewy.11 for ; Fri, 20 Mar 2009 01:22:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=Bv5/DtAcRk9jMcg63WSzxMGpxHHt0Nmm+i3lJqbb9Sc=; b=mATMlzkFSQQuFzS6AW31hQXEEE/HX51e3YGg4RhNuhIXIsYnFzTv86is/VDvrSxMMA qjRNU/1mCRcH7mfEGR6z1Q++dawLwCc+rAb7YHZNyku3h+yBAF1KlZEa59kdJLdklALb 18CFQXYWYO1tC7bCc2AVsKrXvV5K95gEcrfEQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=MsWksVBUyDjDJXmpuzCCM+tXKvVj8Lqh4VT5hcMir1IpYnrzPWwnv0M/bvMFtFuiJe iOqiudYGSh8VMAu5Q2UxSZk4kU1G2JYWz1HLHtw7H++2IJTVjt5GaPKwhuioMF7zzkVa wWk07RfGQ+8006Nur/A1hCLNp3JQ7JjX909uc= Received: by 10.210.86.10 with SMTP id j10mr2640883ebb.30.1237537355374; Fri, 20 Mar 2009 01:22:35 -0700 (PDT) Received: from ?192.168.0.6? (67.52-240-81.adsl-dyn.isp.belgacom.be [81.240.52.67]) by mx.google.com with ESMTPS id 10sm1964607eyd.33.2009.03.20.01.22.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 20 Mar 2009 01:22:34 -0700 (PDT) Message-Id: <4A5570BF-E01A-4678-AF19-C6C346992AE5@gmail.com> From: Wout Mertens To: user@couchdb.apache.org In-Reply-To: <7db9abd30903191602r3e5bc006p4303283c5ea38df9@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Protocol coverage metrics... Date: Fri, 20 Mar 2009 09:22:30 +0100 References: <7db9abd30903191602r3e5bc006p4303283c5ea38df9@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On Mar 20, 2009, at 12:02 AM, kowsik wrote: > Slightly off topic, but I thought you might find this interesting: > > http://www.pcapr.net/browse/fields > > Lots of really complex SQL queries. NOT. > > Relaxing with couch, > > K. Nice and fast! (less fast on my iPhone, I presume there's a lot of javascript going on) I had a look at the source and I was wondering why you have numerical indexes on the alphabetic index... I presume these are the startkeys for queries? Care to elaborate? Wout.