Comment 11 for bug 1977831

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/845706
Committed: https://opendev.org/openstack/neutron/commit/0e26b251a44b55d49ab2839a7aaf1413a2b4932a
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 0e26b251a44b55d49ab2839a7aaf1413a2b4932a
Author: Fernando Royo <email address hidden>
Date: Tue Jun 7 13:51:51 2022 +0200

    Optimize queries for port operations

    Port create/update are most time-consuming operations
    on subnet creation. As example, in those cases where
    several subnets are created over the same network the
    response time for those port operations is linearly
    increased as the total subnets increases.

    This patch improves the number of queries required on port
    operations in order to reduce the response time.

    Closes-Bug: #1977831
    Change-Id: I0fccf36a2035e8f6c2fa8dab0307358da600c8f7
    (cherry picked from commit c25097b0b0da2af9021699036a69cd10e66533b1)