GNU bug report logs -
#39258
Faster guix search using an sqlite cache
Previous Next
Full log
Message #110 received at 39258 <at> debbugs.gnu.org (full text, mbox):
Hi,
On Mon, 2 Mar 2020 at 20:13, zimoun <zimon.toutoune <at> gmail.com> wrote:
> --8<---------------cut here---------------start------------->8---
> /tmp/test/bin/guix search emacs | recsel -C -P name | wc -l
> 10
> --8<---------------cut here---------------end--------------->8---
>
> Maybe I am doing a mistake.
I think this issue is fixed when changing the 'pagesize' value.
Well, with '(pagesize 4294967295)' and using the same commit
(c1febbbf94), I get:
--8<---------------cut here---------------start------------->8---
guix time-machine --commit=c1febbbf94 -- guix search games | recsel -C
-p name | wc -l
247
./pre-inst-env guix search games | recsel -C -p name | wc -l
236
--8<---------------cut here---------------end--------------->8---
(I modified the patches in order to pull once to generate the index at
commit c1febbbf94 and then do some stuff.)
Note that the old "guix search" does not output blender and Xapian
does even if the term 'games' is not in the description but 'game' is.
Well, I am comparing the different list, i.e., "guix search games |
recsel -C -P name | sort" to see which one is in one list and not the
other one.
But before going more ahead, let polish a bit the patches to more
easily test without the double environment etc.
And because I am using good old HDD and some SSD comparison should be welcome.
All the best,
simon
This bug report was last modified 37 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.