From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29654: Manual database index.db embeds timestamps Date: Fri, 15 Dec 2017 22:54:06 +0100 Message-ID: <87ind7fyip.fsf@gnu.org> References: <87mv2jfzmi.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePxwg-0008Hq-PD for bug-guix@gnu.org; Fri, 15 Dec 2017 16:55:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePxwc-0003Gj-PZ for bug-guix@gnu.org; Fri, 15 Dec 2017 16:55:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55745) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ePxwc-0003FJ-M7 for bug-guix@gnu.org; Fri, 15 Dec 2017 16:55:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ePxwc-00030r-8Q for bug-guix@gnu.org; Fri, 15 Dec 2017 16:55:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87mv2jfzmi.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 15 Dec 2017 22:30:13 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ruud van Asseldonk Cc: 29654@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > I was already motivated to create the database directly from Scheme > (=E2=80=98man-db=E2=80=99 is quite slow), so that gave me an additional e= xcuse. ;-) FWIW, on my profile with 237 packages corresponding to 19,122 man pages, on a warm cache, (guix man-db) takes ~8 seconds whereas the previous method (invoking =E2=80=98man-db=E2=80=99) takes ~26 seconds. My guess is that the main difference is due to not forking a gzip process for each man page. Ludo=E2=80=99.