From user-return-22372-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri Oct 5 08:11:23 2012 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D7E6ADC4D for ; Fri, 5 Oct 2012 08:11:23 +0000 (UTC) Received: (qmail 66010 invoked by uid 500); 5 Oct 2012 08:11:22 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 65608 invoked by uid 500); 5 Oct 2012 08:11:14 -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 65553 invoked by uid 99); 5 Oct 2012 08:11:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 08:11:13 +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 bchesneau@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-ee0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 08:11:07 +0000 Received: by mail-ee0-f52.google.com with SMTP id b57so965579eek.11 for ; Fri, 05 Oct 2012 01:10:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=PcJD8rvnnwjFVkiyZVWS5lQIVN2V54s/TbhwIOpk+qw=; b=jgfqzkXXNQ7IRLpoimDWKVoYYqSh4r3wbn+pASsldb1/heA9UxlurJmlFIkBVr2sBD 89EAMyEBveusigkVP4EucawEINXAJBOzcu5IQK7zGOkFovsy0RVdK5al2S/KyUFHNbOz Acs9GiLXEm+qxtupsqm2IwPMtA8XgAm/qfXeUJTGyWC9eOKbCuwnD86cXRY+kZ4CWp78 5dOqL4UEwMTkCs/fsQeYUuKZFJXdC7TKg82LTSNZugTivS7dp8uzXveOVZs7yoJByoA4 QnREKeX++l9kqs8JXCVa7lY7LOtv1qbRXXrfMk4FuvESxFP93GP0Z3TqoASXIzkJ/gjN gzyg== MIME-Version: 1.0 Received: by 10.14.179.136 with SMTP id h8mr11810991eem.6.1349424646827; Fri, 05 Oct 2012 01:10:46 -0700 (PDT) Received: by 10.14.137.204 with HTTP; Fri, 5 Oct 2012 01:10:46 -0700 (PDT) In-Reply-To: <20121005094755.49d1f253@eee-az> References: <20121005094755.49d1f253@eee-az> Date: Fri, 5 Oct 2012 10:10:46 +0200 Message-ID: Subject: Re: is _/replicator persistently stored? From: Benoit Chesneau To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Fri, Oct 5, 2012 at 8:47 AM, svilen wrote: > on my machine, i setup some bi-dir replications, and they go in > _replicator. Then i reboot, or shutdown.. and they're gone. > > so is it persisted, or a virtual in-memory thing? > _replicator is a database. - beno=EEt