Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
ccf5d0a5
Commit
ccf5d0a5
authored
Nov 15, 2005
by
Jessica Severin
Browse files
added index on analysis_job_file.hive_id to speed up delete when table
gets large
parent
be009c7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
sql/tables.sql
sql/tables.sql
+2
-1
No files found.
sql/tables.sql
View file @
ccf5d0a5
...
...
@@ -159,7 +159,8 @@ CREATE TABLE analysis_job_file (
type
varchar
(
16
)
NOT
NULL
default
''
,
path
varchar
(
255
)
NOT
NULL
,
UNIQUE
KEY
job_hive_type
(
analysis_job_id
,
hive_id
,
type
)
UNIQUE
KEY
job_hive_type
(
analysis_job_id
,
hive_id
,
type
),
INDEX
hive_id
(
hive_id
)
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment