Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ac1bce40
Commit
ac1bce40
authored
Apr 14, 2006
by
Mike Hibler
Browse files
Add another index to linkdelays to improve lookups
parent
ebadab1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
ac1bce40
...
...
@@ -1181,7 +1181,8 @@ CREATE TABLE linkdelays (
q_droptail
int
(
11
)
default
'0'
,
q_red
tinyint
(
4
)
default
'0'
,
q_gentle
tinyint
(
4
)
default
'0'
,
PRIMARY
KEY
(
node_id
,
vlan
,
vnode
)
PRIMARY
KEY
(
node_id
,
vlan
,
vnode
),
KEY
id
(
pid
,
eid
)
)
TYPE
=
MyISAM
;
--
...
...
sql/database-migrate.txt
View file @
ac1bce40
...
...
@@ -3296,3 +3296,6 @@ last_net_act,last_cpu_act,last_ext_act);
alter table experiments add index (state);
4.51: Another index to improve lookup in linkdelays.
alter table linkdelays add index id (pid,eid);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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