Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 19856 invoked from network); 2 Apr 2010 18:06:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Apr 2010 18:06:17 -0000 Received: (qmail 22637 invoked by uid 500); 2 Apr 2010 18:06:15 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 22584 invoked by uid 500); 2 Apr 2010 18:06:15 -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 Delivered-To: moderator for user@couchdb.apache.org Received: (qmail 99469 invoked by uid 99); 2 Apr 2010 10:18:48 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of markus.ecker@gmail.com designates 74.125.92.25 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=GaqYUVJa8GH110rYmtn8EmONVE0qQ9nXKLAJQwBhmfY=; b=eEV0veUnJTcPzvWbXMobsLiyolmSceKjbPONE3pG1wzoOVNI3xOqvwMaHPmYjaYLC5 7LpnhnpGdbpMnDPawv/8ODCqvXmV9JlP1wh3ai0hftX6Jo0WpqSodVnAUfhbr6mD7Kd8 XyLip41wKG3KMKv/U1ZfuR4wdu2lg+p8Dae6A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=uleoWeGquIq2laN1dlw8f5UO7feJ+qVTN1hwUBkU431MWnOXnRfyrE393a9nQ4utgk Vu8NiaAi1CIO02+ChgZrZZtm+frYXplVXWJRIwVZgaG+x6pRJnpg6TRKaYK2ws4Ky0Y1 EauDqukeRBUNOnucfjF9scf6T6w3TqhXVu4/Q= MIME-Version: 1.0 Date: Fri, 2 Apr 2010 12:18:21 +0200 Message-ID: Subject: CouchDB in a shared hosting environment From: Markus Ecker To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0016364270fe7c2ad104833e4cdd --0016364270fe7c2ad104833e4cdd Content-Type: text/plain; charset=ISO-8859-1 Hello, I am quite new to CouchDB - I started evaluating it for the purpose of building a small CMS for my clients. My question is this: In a classical RDBMS shared hosting, one would create a database for each client and grant the client the right to manage the tables in that database. How would one achieve this isolation in CouchDB ? Thank you --0016364270fe7c2ad104833e4cdd--