Insufficient high-level caching when grafts are enabled

  • Open
  • quality assurance status badge
Details
One participant
  • Ludovic Courtès
Owner
unassigned
Submitted by
Ludovic Courtès
Severity
normal
L
L
Ludovic Courtès wrote on 8 Apr 2020 13:00
(address . bug-guix@gnu.org)
87sghe5jit.fsf@inria.fr
Hello Guix,

Toggle snippet (24 lines)
$ GUIX_PROFILING=add-data-to-store-cache guix system build gnu/system/examples/bare-bones.tmpl -d --no-grafts
/gnu/store/w5bsspzdgr55w01fiywir9a8glzlfiph-system.drv

'add-data-to-store' cache:
lookups: 2289
hits: 174 (7.6%)
.drv files: 1314 (57.4%)
Scheme files: 935 (40.8%)
$ GUIX_PROFILING=add-data-to-store-cache guix system build gnu/system/examples/bare-bones.tmpl -d
/gnu/store/fg95kb40mmyyl4py5b2238amzzqdy56k-system.drv

'add-data-to-store' cache:
lookups: 2557
hits: 360 (14.1%)
.drv files: 1473 (57.6%)
Scheme files: 1041 (40.7%)
$ guix describe
Generacio 137 Mar 31 2020 09:13:55 (nuna)
guix 011f941
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 011f9412795c141ea05fdfa3096ab252252d7080

That the ‘add-data-to-store’ hit rate doubles when grafts are enabled
looks fishy.

Ludo’.
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 40504@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 40504
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch