Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 6750 invoked from network); 14 Dec 2008 04:18:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2008 04:18:03 -0000 Received: (qmail 97023 invoked by uid 500); 14 Dec 2008 04:18:15 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 96982 invoked by uid 500); 14 Dec 2008 04:18:15 -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 96971 invoked by uid 99); 14 Dec 2008 04:18:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Dec 2008 20:18:15 -0800 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 jchris@gmail.com designates 74.125.44.29 as permitted sender) Received: from [74.125.44.29] (HELO yx-out-2324.google.com) (74.125.44.29) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Dec 2008 04:18:00 +0000 Received: by yx-out-2324.google.com with SMTP id 3so881621yxj.5 for ; Sat, 13 Dec 2008 20:17:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=9W4U9M26IXo5gPslS9xvMOiNE5SRlQ6M7Sy3BbZ839U=; b=Zqb0voBIwDxCtt9bfKLMu+dLyvhPwmR1U8eeIC0Sa2MUr6R8qdj78CrFx+ADz6/5C8 eXZ+FXhD4+0iNCo1jYwqegcZHrmOWAq39mEXyjdCa6T+edg8BC3KRhu5PyrGIDL9GBps QVTPVoKuNIxN15V4+s7rIfSmzfgPdB2F0WYMg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=HspzxF9FxmnKREcXuTJ681cXfS1Xa03hdV4tXFGl6+MuYkGApuEVz3iDMdgrrlaBOi E03CPwhOHkghHPbWoeuaJfX6+oQGqebPwkmT2PKedbOY9B7mNsPCOQ2OG8BlelVNmZEg PvywwIFluBKxhxoI03VrjocFPVAwgUhm8TXLY= Received: by 10.65.233.16 with SMTP id k16mr4739299qbr.40.1229228259267; Sat, 13 Dec 2008 20:17:39 -0800 (PST) Received: by 10.65.235.11 with HTTP; Sat, 13 Dec 2008 20:17:39 -0800 (PST) Message-ID: Date: Sat, 13 Dec 2008 20:17:39 -0800 From: "Chris Anderson" To: dev@couchdb.apache.org Subject: Re: slash escaping (was 0.9.0 Release) In-Reply-To: <20081211210620.GI26734@tumbolia.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <0EC6A3E0-15BA-4BBB-A0A3-9ED9D04E3C40@apache.org> <20081211210620.GI26734@tumbolia.org> X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Dec 11, 2008 at 1:06 PM, Noah Slater wrote: > there must > be some workable encoding scheme so that ASCII characters [a-zA-Z] are left in > tact for sysadmin readablity. > Antony, I appreciate all the effort you've put in, and I understand the arguments for having hashed based db-names. However, on more than one occasion I've been happily surprised by how easy it is to work with CouchDB's data files in the terminal. I agree with Noah, sysadmin readability is an actual requirement, not just a nicety. Perhaps your filename scheme could be appended to a slug (based on the safe-chars) so that sysadmins could still use meaningful file globs to eg batch rsync .couch files and view directories. Readability / globbableness is also nice when you're trying to figure out which views use the most space on the filesystem, a common task. Chris -- Chris Anderson http://jchris.mfdz.com