Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
709ac23e
Commit
709ac23e
authored
Jul 18, 2008
by
Glenn Proctor
Browse files
Swap order of columns in meta table index.
parent
20d92006
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
sql/patch_50_51_c.sql
sql/patch_50_51_c.sql
+15
-0
No files found.
sql/patch_50_51_c.sql
0 → 100644
View file @
709ac23e
#
patch_50_51_c
.
sql
#
#
title
:
meta
index
#
#
description
:
#
Swap
order
of
columns
in
meta
table
index
for
better
performance
.
DROP
INDEX
table_name
ON
meta_coord
;
CREATE
UNIQUE
INDEX
cs_table_name_idx
ON
meta_coord
(
coord_system_id
,
table_name
);
#
patch
identifier
INSERT
INTO
meta
(
meta_key
,
meta_value
)
VALUES
(
'patch'
,
'patch_50_51_c.sql|meta_index'
);
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