hydra/src/script
Eelco Dolstra 8d65ab6158 Don't use a prepared statement for the active build steps query
Prepared statements are sometimes much slower than unprepared
statements, because the planner doesn't have access to the query
parameters.  This is the case for the active build steps query (in
/status), where a prepared statement is three orders of magnitude
slower.  So disable the use of prepared statements in this case.

(Since the query parameters are constant here, it would be nicer if we
could tell DBIx::Class to prepare a statement with those parameters
fixed.  But I don't know an easy way to do so.)
2012-03-12 20:47:29 +01:00
..
hydra-build Don't use a prepared statement for the active build steps query 2012-03-12 20:47:29 +01:00
hydra-control More command renaming. 2011-12-02 15:58:26 +01:00
hydra-create Rename hydra_*.pl to hydra-* 2011-11-30 18:14:48 +01:00
hydra-evaluator Fix sysbuild input type handling 2011-12-05 17:13:20 +01:00
hydra-init Provide a command ‘hydra-init’ to initialise/upgrade the database 2012-02-28 20:16:16 +01:00
hydra-queue-runner Merge the BuildSchedulingInfo table into the Builds table 2012-03-12 20:47:29 +01:00
hydra-server Rename hydra_*.pl to hydra-* 2011-11-30 18:14:48 +01:00
hydra-update-gc-roots Merge the BuildResultInfo table into the Builds table 2012-03-12 20:47:29 +01:00
Makefile.am Add hydra-init to the tarball 2012-03-05 15:35:13 +01:00
nix-prefetch-bzr add nix-prefetch- scripts for now, were externals in svn 2011-10-28 22:12:51 -04:00
nix-prefetch-git add nix-prefetch- scripts for now, were externals in svn 2011-10-28 22:12:51 -04:00
nix-prefetch-hg remove .hg-archival.txt in nix-prefetch-hg 2011-11-03 19:44:05 -04:00