hydra/src/sql
Eelco Dolstra 29d5a02b94 Speed up hydra-update-gc-roots
The hydra-update-gc-roots script is taking around 95 minutes on our
Hydra instance (though a lot of that is I/O wait).  This patch
significantly reduces the number of database queries.  In particular,
the N most recent successful builds for each job in a jobset are now
determined in a single query.  Also, it removes the calls to
readlink().
2012-03-12 20:47:29 +01:00
..
hydra.sql Speed up hydra-update-gc-roots 2012-03-12 20:47:29 +01:00
Makefile.am Provide a command ‘hydra-init’ to initialise/upgrade the database 2012-02-28 20:16:16 +01:00
test.sql * Move everything up one directory. 2009-03-05 13:41:57 +00:00
upgrade-2.sql Drop the merged tables after conversion 2012-03-12 20:47:29 +01:00
upgrade-3.sql Speed up hydra-update-gc-roots 2012-03-12 20:47:29 +01:00