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 B0A35109EE for ; Wed, 27 Nov 2013 07:14:38 +0000 (UTC) Received: (qmail 7355 invoked by uid 500); 27 Nov 2013 07:14:38 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 6904 invoked by uid 500); 27 Nov 2013 07:14:35 -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 6883 invoked by uid 99); 27 Nov 2013 07:14:34 -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:14:34 +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 kxepal@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 07:14:30 +0000 Received: by mail-we0-f175.google.com with SMTP id p61so6460032wes.34 for ; Tue, 26 Nov 2013 23:14:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=XaN2tXvznKh7MaQ3UB08knTlpxzHaKIjfaL9Hj0mfRo=; b=ZWc7fix4u5EAB8ip797/fnoIEn25/yn/Cdgxz5w2NF4zOGSSMvgcI0sYX2CFMnU25x go3hemhL9bIkTy9SEteb/9Ht6O0CUrUAm4v2KTVBKJRiC78KPn+esY3ho9elt5J1M7mz lR7fLVQX8cdnkhpLQpmSoTI/BIMtrQOXTvxv+Sc7lTi+bHBc3ZaiuJ4A/v39c6mObgNY nlG3Y/6geuRICS7XxzDvun8KmNcqpBfetKLg64YMx0Ir21dv86K52akFCxEdDKXwXRni ki+7VYeomLDfTB42kfwerwBpi8z3C0/K1VPFtpAtH8pnRYKRjRH754NRDvuesgExgrnZ dt5Q== MIME-Version: 1.0 X-Received: by 10.180.75.115 with SMTP id b19mr21517169wiw.19.1385536449116; Tue, 26 Nov 2013 23:14:09 -0800 (PST) Received: by 10.180.24.99 with HTTP; Tue, 26 Nov 2013 23:14:09 -0800 (PST) Date: Wed, 27 Nov 2013 11:14:09 +0400 Message-ID: Subject: NPM, CouchDB and big attachments From: Alexander Shorin To: "dev@couchdb.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org 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? -- ,,,^..^,,,