guix/nix/libstore
Eelco Dolstra 554eaf5e8c Disable vacuuming the DB after garbage collection
Especially in WAL mode on a highly loaded machine, this is not a good
idea because it results in a WAL file of approximately the same size
ad the database, which apparently cannot be deleted while anybody is
accessing it.
2015-05-11 17:42:18 +02:00
..
build.cc Fix message 2015-05-11 17:40:28 +02:00
derivations.cc
derivations.hh
gc.cc Disable vacuuming the DB after garbage collection 2015-05-11 17:42:18 +02:00
globals.cc Settings: Add bool get() 2015-05-11 17:32:30 +02:00
globals.hh Settings: Add bool get() 2015-05-11 17:32:30 +02:00
local-store.cc Clean up temp roots in a more C++ way 2015-05-11 17:40:44 +02:00
local-store.hh Clean up temp roots in a more C++ way 2015-05-11 17:40:44 +02:00
misc.cc
misc.hh
optimise-store.cc Add an 'optimiseStore' remote procedure call. 2015-05-11 17:31:02 +02:00
pathlocks.cc
pathlocks.hh
references.cc
references.hh
remote-store.cc Improve error message if the daemon worker fails to start 2015-05-11 17:38:34 +02:00
remote-store.hh Add an 'optimiseStore' remote procedure call. 2015-05-11 17:31:02 +02:00
schema.sql
store-api.cc
store-api.hh Add an 'optimiseStore' remote procedure call. 2015-05-11 17:31:02 +02:00
worker-protocol.hh Add an 'optimiseStore' remote procedure call. 2015-05-11 17:31:02 +02:00