Comment 2 for bug 1426383

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

Reviewed: https://review.openstack.org/159850
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5917fcff32a51e755b7bb90790cac5afd92556e8
Submitter: Jenkins
Branch: master

commit 5917fcff32a51e755b7bb90790cac5afd92556e8
Author: Ann Kamyshnikova <email address hidden>
Date: Fri Feb 27 17:06:43 2015 +0300

    Make listing security groups faster

    If we have a large number of security groups (more than 1000) with
    security group rules (about 100 for each group) listing them
    could take rather long time(more than 1 minute).

    Adding lazy join to backref to SecurityGroupRule model will make
    it faster at list on 15%.

    Change-Id: I648a48cdefe0faf75c0c62bd8adffc12547293be
    Closes-bug: #1426383