Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E81B910A20 for ; Wed, 27 Nov 2013 07:27:24 +0000 (UTC) Received: (qmail 17595 invoked by uid 500); 27 Nov 2013 07:27:23 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 17550 invoked by uid 500); 27 Nov 2013 07:27:22 -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 17505 invoked by uid 99); 27 Nov 2013 07:27:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 07:27:22 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.192.182 as permitted sender) Received: from [209.85.192.182] (HELO mail-pd0-f182.google.com) (209.85.192.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 07:27:17 +0000 Received: by mail-pd0-f182.google.com with SMTP id v10so9317066pde.41 for ; Tue, 26 Nov 2013 23:26:57 -0800 (PST) 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; bh=V+GVSN+pVX+d6HNnAZPC/ewRLkTfLEgn2Iyqex9A/Pc=; b=gIFV20y5Qk5SDTLwRu4hDmN/LoaNG3ry3KPKGlmiWX/dqYKyrvThnlYUNdH1zGzLbz YB1NsJFEpv7c9T1jXUUsaMnLG8vN41GkHn6mVTXE/kkOLoH9tqV8ff0uGup5Zmbjkfym DHfUsRCSFyfAc5liJ5Psqx0oO3Rrr6dRCawm+50TvtYfCNdQIaxghzk9qIMmwgAOsXq8 n/NRj4CkxLRLZTIyMNQ/GgoCdrV57J/fcgKLOPohaPKDxGqHFKPs9IOSfZ4dwYd5gnWv jBqfZlOUYDUukub/tl3ooa8CfB6fRBTmdwtLTHl5OmEpBuc7gKbvFAjdInvG/Ub62SwO fXKA== MIME-Version: 1.0 X-Received: by 10.68.20.70 with SMTP id l6mr846983pbe.152.1385537217272; Tue, 26 Nov 2013 23:26:57 -0800 (PST) Received: by 10.70.59.7 with HTTP; Tue, 26 Nov 2013 23:26:57 -0800 (PST) In-Reply-To: References: Date: Wed, 27 Nov 2013 08:26:57 +0100 Message-ID: Subject: Re: NPM, CouchDB and big attachments From: Benoit Chesneau To: "dev@couchdb.apache.org" Content-Type: multipart/alternative; boundary=bcaec520e60ba8a36704ec238562 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec520e60ba8a36704ec238562 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Nov 27, 2013 at 8:14 AM, Alexander Shorin wrote: > http://blog.nodejs.org/2013/11/26/npm-post-mortem/ > > > Move attachments out of CouchDB: Work has begun to move the package > tarballs out of > > CouchDB and into Joyent's Manta service. Additionally, MaxCDN has > generously offered to > > provide CDN services for npm, once the tarballs are moved out of the > registry database. > > This will help improve delivery speed, while dramatically reducing the > file system I/O load on > > the CouchDB servers. Work is progressing slowly, because at each stage > in the plan, we are > > making sure that current replication users are minimally impacted. > > I wonder is it CouchDB non-optimal I/O and/or can 769 issue fix it? > > https://issues.apache.org/jira/browse/COUCHDB-769 > > There is alpha-patch attached. May be it's good time to push it > forward? What things are left for it? > > -- > ,,,^..^,,, > I would say a better API internally , I am also interrested to work on that --bcaec520e60ba8a36704ec238562--