From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42803) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixY1c-0001oy-2M for guix-patches@gnu.org; Fri, 31 Jan 2020 10:16:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ixY1a-0005j1-R9 for guix-patches@gnu.org; Fri, 31 Jan 2020 10:16:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60116) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ixY1a-0005iG-Lb for guix-patches@gnu.org; Fri, 31 Jan 2020 10:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ixY1a-0003SQ-GU for guix-patches@gnu.org; Fri, 31 Jan 2020 10:16:02 -0500 Subject: [bug#39258] Faster guix search using an sqlite cache Resent-Message-ID: MIME-Version: 1.0 References: In-Reply-To: From: zimoun Date: Fri, 31 Jan 2020 13:48:16 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 39258@debbugs.gnu.org Hi, On Thu, 30 Jan 2020 at 14:49, Arun Isaac wrote: > >> Any ideas what's going on? [...] > Do you know of any way sqlite can create an error log to report what's > going on? That might really help debug this issue. Danny told me something like: (catch (sqlite-error I have not tried yet. > > The docstring of 'cache-lookup' is not coherent anymore. :-) > > Yes, I haven't gotten around to fixing up all those yet. I thought I'll > get the code working first. Yes, I imagine. Just to notice. :-) All the best, simon