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 AAA079944 for ; Sat, 3 Mar 2012 05:58:09 +0000 (UTC) Received: (qmail 56142 invoked by uid 500); 3 Mar 2012 05:58:08 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 56095 invoked by uid 500); 3 Mar 2012 05:58:07 -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 56076 invoked by uid 99); 3 Mar 2012 05:58:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Mar 2012 05:58:06 +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 (athena.apache.org: domain of niakhaichyk@gmail.com designates 209.85.214.52 as permitted sender) Received: from [209.85.214.52] (HELO mail-bk0-f52.google.com) (209.85.214.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Mar 2012 05:58:00 +0000 Received: by bkcjm19 with SMTP id jm19so2887036bkc.11 for ; Fri, 02 Mar 2012 21:57:38 -0800 (PST) Received-SPF: pass (google.com: domain of niakhaichyk@gmail.com designates 10.204.154.20 as permitted sender) client-ip=10.204.154.20; Authentication-Results: mr.google.com; spf=pass (google.com: domain of niakhaichyk@gmail.com designates 10.204.154.20 as permitted sender) smtp.mail=niakhaichyk@gmail.com; dkim=pass header.i=niakhaichyk@gmail.com Received: from mr.google.com ([10.204.154.20]) by 10.204.154.20 with SMTP id m20mr6692289bkw.90.1330754258768 (num_hops = 1); Fri, 02 Mar 2012 21:57:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Fhl8m+E8Iue/azRxTXgBmjU13vImq3DKejGZluRe6DY=; b=CDdd0rEFL4Lnn2ehPZMdxWwKNCgygcZ5SG5BuE3BXvRAtYsEPTvW3+7Pq6gcpah2QQ t0B3gfk3cTn0Fd6UopIFDZ0GldLLiocpW7ojMjXq3VB69AZNx6jf5bCXlD+0lfwcDKS2 s9mzjZWrJeaOjg1spIsfj023u5H53R7A5twUBs1dnq3pLLfb9NQlbZddVN63dxDOZVY+ 01hz5AYZ8a8yl/nW3s31aOatkN9CWsvZCWb+tnWRijjhUko7hG183ooTIyiyp/gZBAER DQBYUoc784+I6t1ulRQpzuYeVS84hcSXN3kbov1WybXNXqixClrSotQ126UWjv3CyTia /4fQ== Received: by 10.204.154.20 with SMTP id m20mr5324819bkw.90.1330754258659; Fri, 02 Mar 2012 21:57:38 -0800 (PST) Received: from [46.216.94.130] ([46.216.94.130]) by mx.google.com with ESMTPS id d5sm13093444bkb.3.2012.03.02.21.57.35 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 02 Mar 2012 21:57:36 -0800 (PST) Message-ID: <4F51B2C7.5010701@gmail.com> Date: Sat, 03 Mar 2012 08:57:27 +0300 From: Andrey N User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20120302 Thunderbird/8.0 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: Documentation issue References: <4F50BB8A.3010408@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Problem with _purge that it was not documented. That means this was not well tested. Thanks. > To me it seems exactly the same, but I'm not an expert. > > On Fri, Mar 2, 2012 at 3:39 PM, Robert Newson wrote: > >> I said 'better' not 'good'. :) >> >> On 2 March 2012 20:20, Mark Hahn wrote: >>>> A better solution is to periodically switch to a new database and then >>> delete the old one (when those sessions are ended). >>> >>> How is that any different than purging? It also kills replication.