Comment 3 for bug 1348720

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/109662
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=4d56b91628518629b47997b93acd9cb1e48f87f5
Submitter: Jenkins
Branch: master

commit 4d56b91628518629b47997b93acd9cb1e48f87f5
Author: Vishvananda Ishaya <email address hidden>
Date: Fri Jul 25 10:15:27 2014 -0700

    Add index for reservations on (deleted, expire)

    the query for expire_reservations currently does a full table scan.
    This adds an index so frequent invocations of expire does not bog
    down the database.

    Change-Id: Ic6f6e4262746753d869ad37b8aaaa5ffc1c4efef
    Resolves-bug: 1348720