From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-0.4 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FSL_HELO_FAKE,RCVD_IN_DNSWL_LOW,SPF_PASS shortcircuit=no autolearn=no autolearn_force=no version=3.4.0 Received: from mail-it0-x22c.google.com (mail-it0-x22c.google.com [IPv6:2607:f8b0:4001:c0b::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 8022A1F404 for ; Thu, 8 Feb 2018 04:05:50 +0000 (UTC) Received: by mail-it0-x22c.google.com with SMTP id k131so4985446ith.4 for ; Wed, 07 Feb 2018 20:05:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=0R5eTndsavYM5s7quPZR9TZpbwYvUfuWRbTpwrA8YjM=; b=ZNCFExSC0NQ9M6Sy2K0r5ICGD19Vr4jnm6mOiY4A+7yZVnJaR9glpvblWNMK0lirxw t8w6pHyyZ0mQVaGGNcQrqVxls/lrZxfqrgs7cc0GUcry2LFeHvU9uDzSW8xgiv/AtYPa iiTqzmp6fYo6q1y135NqnDj8rdQGfShK5NIrk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=0R5eTndsavYM5s7quPZR9TZpbwYvUfuWRbTpwrA8YjM=; b=bda8ep6C904B+qegHIt+UjlXvwGBxe9+sq8JWrn7RTwi6fPppZmC9m/A3Rg11DWG40 EkaTk9+aMFhAx7ZtXF+/rXw91W4TWtqTrv4nM73begYUUIhyXN0NKIuMguXyumBERF6z C34mk45VcEFxpHtMwWnI/guPjQsM0vFXBzfUANmlxg1CV04Fn6sSQRKu6YEMBVGq29yH UG3Q4WOyfN6gXtBCjE/YuE4Ia4Sk98kzTFZA7KwB0sO7ABlYJRH2Abnp9zYqQHOmJLb7 L+VMxJGNWjYOxuM6VM/BxHj504b7Ta+KN0gAfJCLDeFf2Q+B3djtAb1jU+Tvu31gOKnK DMDw== X-Gm-Message-State: APf1xPDNGe+rdrY+vQzYdmpUTLfX+s8tp+cAOlVROdhzMaUD/iVeIX2U /Hed+amMirFHHfbYDbe0nJifUQ== X-Google-Smtp-Source: AH8x224xI/O/OXLA+gJZcJ7zomk64VNxvIN2INjEDFB41fhW6M6WSE7PG7QG43R5CMv+a8Vz7mGVLQ== X-Received: by 10.36.207.213 with SMTP id y204mr9368659itf.54.1518062749759; Wed, 07 Feb 2018 20:05:49 -0800 (PST) Received: from gmail.com ([198.144.156.49]) by smtp.gmail.com with ESMTPSA id w192sm2820512iof.32.2018.02.07.20.05.48 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 07 Feb 2018 20:05:49 -0800 (PST) Date: Wed, 7 Feb 2018 23:05:46 -0500 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] TODO: notes about v2 format for giant archives Message-ID: <20180208040546.GA22174@gmail.com> References: <20180116223616.GA18470@80x24.org> <20180208030951.GA10896@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180208030951.GA10896@dcvr> User-Agent: Mutt/1.9.2 (2017-12-15) List-Id: On Thu, Feb 08, 2018 at 03:09:51AM +0000, Eric Wong wrote: > The other thing is I think we can support is subsystem lists > ({netdev,fsdevel,stable}@vger) in the SAME git repo(s) with a > different head for each list. That could make subsystem lists > cheaper to archive since there's a lot of overlap with the main > list. Hmm... that's a pretty cool idea, but I wonder if people would find it annoying to have to pull all the lkml-related objects if all they care about are messages from, say, netdev. For archiving purposes I think it would be great, but I'm less sure about UX impacts. -K