projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7655c9
)
JBAS-1554 Aged circ index timeout
author
Bill Erickson
<berickxx@gmail.com>
Mon, 17 Apr 2017 15:23:19 +0000
(08:23 -0700)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000
(15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/sql/schema/deploy/aged-circs-api.sql
patch
|
blob
|
history
diff --git
a/KCLS/sql/schema/deploy/aged-circs-api.sql
b/KCLS/sql/schema/deploy/aged-circs-api.sql
index
5fc7853
..
e118d6f
100644
(file)
--- a/
KCLS/sql/schema/deploy/aged-circs-api.sql
+++ b/
KCLS/sql/schema/deploy/aged-circs-api.sql
@@
-1,6
+1,7
@@
-- Deploy kcls-evergreen:aged-circs-api to pg
-- requires: patron-co-history-table
+
BEGIN;
\set eg_version '''2.7.8'''
@@
-143,6
+144,7
@@
$$ LANGUAGE 'plpgsql';
COMMIT;
-- create index on parent_circ after main transaction.
+SET STATEMENT_TIMEOUT = 0;
CREATE INDEX action_aged_circulation_parent_circ_idx
ON action.aged_circulation (parent_circ);