From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 307B91F8C8 for ; Fri, 24 Sep 2021 20:13:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348421AbhIXUOY (ORCPT ); Fri, 24 Sep 2021 16:14:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33034 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348399AbhIXUNv (ORCPT ); Fri, 24 Sep 2021 16:13:51 -0400 Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88345C061613 for ; Fri, 24 Sep 2021 13:12:17 -0700 (PDT) Received: by mail-wr1-x436.google.com with SMTP id i23so30894810wrb.2 for ; Fri, 24 Sep 2021 13:12:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=Wx/NRBAYoIBhOKGldB61QZt0lf65wQv8k/Ky8embUfk=; b=dM+xicnb9pPddczEcg4c4VC36EkigoiQk+gth5qeQ4MxE3QZD0BBv9RzM67PxEwLgJ W+2zAWewlWikZ6/OI3JwhbYs+tKZWFGaAMj3Ns+s+tIxMRMv80eW59W+hrPFzsUYydxv 3H4PYx1TOe8CySGoxYKQ1HHoyhC2ogZCeU+64qMdXIaeTzguWJA+Mgi+a5jdIwAJwy5b xSXUYpMJjF/aETXo2ZyUDJ2XIrB/MLa+oXs+/NLk9Amn+Zt/hSxS6ODXSzTc0jiMMidI D0X+69cbAH3LWLpDRQ9cF8sZ17uTKJD7PVSi/R53VJfxEx29rhMCxHbyOFxDzvvWiAQe qBrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=Wx/NRBAYoIBhOKGldB61QZt0lf65wQv8k/Ky8embUfk=; b=vkRpPpXiYL0QwtX/sOogMyFpb14JOVQTUfc1VQrpFgVi6Vbbrn8hSNna/0mjSQp+wr ELHW9JG/YH4APXqJ6K238ONOcKXFW4a8ysWi//ksK2bWk55OLriuL3yaBVKnGDl18a0X sKPGwReS9IIgPLsyq6diMQG2F0PEkEv5VfbF5z3kJDXgcv7Kz68DSqk0dhOEoULv8FuG bWVJomF4IRj+G1l67GQGJYdOteKqQh4IofIwL7AspDiRi/1hVWm3UQ6t2GNaKbQpnQ7p 4o2YfWidzPK+HACi8yLl+aciwNQ7aCbkOqpdko+LwCbQXfh7TyF0zo46aapzqZfv1Zsp z/UA== X-Gm-Message-State: AOAM530Owa5jYnnz+w1mQ8CRecw+Pb3BO4caAJYpYxggK63FQ3y+Gd60 689aVHAr8/gdlFSd6rmmBXWBy4NBUP4= X-Google-Smtp-Source: ABdhPJxBDoyLKte2l4FgOnnI4IU8WmmPgVdY25lz7cYks9Q6iMH0jbO7DtFGdQpxtNy1QRbhPjI+Ig== X-Received: by 2002:a7b:ce94:: with SMTP id q20mr4085564wmj.83.1632514336238; Fri, 24 Sep 2021 13:12:16 -0700 (PDT) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id a77sm9267800wme.28.2021.09.24.13.12.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Sep 2021 13:12:16 -0700 (PDT) Message-Id: <889e76687601e3a1242e57c430a1b7f64ea1d77b.1632514331.git.gitgitgadget@gmail.com> In-Reply-To: References: From: "Neeraj Singh via GitGitGadget" Date: Fri, 24 Sep 2021 20:12:09 +0000 Subject: [PATCH v5 5/7] unpack-objects: use the bulk-checkin infrastructure Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 To: git@vger.kernel.org Cc: Neeraj-Personal , Johannes Schindelin , Jeff King , Jeff Hostetler , Christoph Hellwig , =?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0?= Bjarmason , "Randall S. Becker" , Bagas Sanjaya , "Neeraj K. Singh" , Neeraj Singh Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Neeraj Singh The unpack-objects functionality is used by fetch, push, and fast-import to turn the transfered data into object database entries when there are fewer objects than the 'unpacklimit' setting. By enabling bulk-checkin when unpacking objects, we can take advantage of batched fsyncs. Signed-off-by: Neeraj Singh --- builtin/unpack-objects.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/builtin/unpack-objects.c b/builtin/unpack-objects.c index 4a9466295ba..51eb4f7b531 100644 --- a/builtin/unpack-objects.c +++ b/builtin/unpack-objects.c @@ -1,5 +1,6 @@ #include "builtin.h" #include "cache.h" +#include "bulk-checkin.h" #include "config.h" #include "object-store.h" #include "object.h" @@ -503,10 +504,12 @@ static void unpack_all(void) if (!quiet) progress = start_progress(_("Unpacking objects"), nr_objects); CALLOC_ARRAY(obj_list, nr_objects); + plug_bulk_checkin(); for (i = 0; i < nr_objects; i++) { unpack_one(i); display_progress(progress, i + 1); } + unplug_bulk_checkin(); stop_progress(&progress); if (delta_list) -- gitgitgadget