Comment 7 for bug 1348720

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

Reviewed: https://review.openstack.org/109660
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b67eedb8e255776e853536f7a86217845dc57ecf
Submitter: Jenkins
Branch: master

commit b67eedb8e255776e853536f7a86217845dc57ecf
Author: Vishvananda Ishaya <email address hidden>
Date: Fri Jul 25 10:03:26 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: I82c6064159d7bfa7f4dc7fca5a7c9bc52b0f07fb
    Resolves-bug: 1348720