Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 56656 invoked from network); 21 Jul 2010 06:52:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Jul 2010 06:52:04 -0000 Received: (qmail 23463 invoked by uid 500); 21 Jul 2010 06:52:03 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 22943 invoked by uid 500); 21 Jul 2010 06:51:59 -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 22934 invoked by uid 99); 21 Jul 2010 06:51:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jul 2010 06:51:58 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.161.180] (HELO mail-gx0-f180.google.com) (209.85.161.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jul 2010 06:51:50 +0000 Received: by gxk22 with SMTP id 22so5765770gxk.11 for ; Tue, 20 Jul 2010 23:50:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.225.17 with SMTP id x17mr1455302ybg.381.1279695038170; Tue, 20 Jul 2010 23:50:38 -0700 (PDT) Received: by 10.231.147.15 with HTTP; Tue, 20 Jul 2010 23:50:38 -0700 (PDT) In-Reply-To: <4660B413-C862-4BB2-A35B-2A8C7AC5634C@vpro.nl> References: <2DA6B974-134F-4B61-B32D-C92BF8F12DE6@gmail.com> <4660B413-C862-4BB2-A35B-2A8C7AC5634C@vpro.nl> Date: Wed, 21 Jul 2010 18:50:38 +1200 Message-ID: Subject: Re: Get metadata from two database From: Dave Cottlehuber To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org > Jamil Atta Junior Atta wrote: >> 1. I have a database1 and daabase2; >> >> 2. I get all metadata from this database1; >> >> 3. but another information is in database2 (Today I open another connection >> to database2 send a key to get this information); so what's the use case driving you to segregate data into separate couches? cheers Dave