Closed Bug 629684 Opened 13 years ago Closed 13 years ago

Add index on buildsets.sourcestampid in buildbot_schedulers

Categories

(mozilla.org Graveyard :: Server Operations, task)

All
Other
task
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: catlee, Assigned: justdave)

Details

I need an index created on the buildsets.sourcestampid column in the buildbot_schedulers database.

If this will lock the db for more than a few seconds, please let me know so we can coordinate a time.

Also, if analyze_table is quick and/or doesn't lock the tables, can it be run against all the tables?  There are several tables where mysql thinks the index cardinality is null.
mysql> alter table buildsets add key `buildsets_sourcestampid` (`sourcestampid`);
Query OK, 1252530 rows affected (15.80 sec)
Records: 1252530  Duplicates: 0  Warnings: 0
Assignee: server-ops → justdave
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
>[root@tm-b01-master01 ~]# mysql buildbot_schedulers -e "analyze table `mysql buildbot_schedulers --skip-column-names -e 'show tables' | tr '\n' ',' | sed 's/,$//'`"
>+--------------------------------------------------+---------+----------+-----------------------------+
>| Table                                            | Op      | Msg_type | Msg_text                    |
>+--------------------------------------------------+---------+----------+-----------------------------+
>| buildbot_schedulers.buildrequests                | analyze | status   | OK                          | 
>| buildbot_schedulers.builds                       | analyze | status   | OK                          | 
>| buildbot_schedulers.buildset_properties          | analyze | status   | OK                          | 
>| buildbot_schedulers.buildsets                    | analyze | status   | OK                          | 
>| buildbot_schedulers.change_files                 | analyze | status   | OK                          | 
>| buildbot_schedulers.change_links                 | analyze | status   | Table is already up to date | 
>| buildbot_schedulers.change_properties            | analyze | status   | OK                          | 
>| buildbot_schedulers.changes                      | analyze | status   | OK                          | 
>| buildbot_schedulers.patches                      | analyze | status   | Table is already up to date | 
>| buildbot_schedulers.scheduler_changes            | analyze | status   | OK                          | 
>| buildbot_schedulers.scheduler_upstream_buildsets | analyze | status   | OK                          | 
>| buildbot_schedulers.schedulers                   | analyze | status   | OK                          | 
>| buildbot_schedulers.sourcestamp_changes          | analyze | status   | OK                          | 
>| buildbot_schedulers.sourcestamps                 | analyze | status   | OK                          | 
>| buildbot_schedulers.version                      | analyze | status   | OK                          | 
>+--------------------------------------------------+---------+----------+-----------------------------+
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.