Comment 10 for bug 1977831

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/845707
Committed: https://opendev.org/openstack/neutron/commit/acd55bc4d0899a1bd43dec7602e0d9d93c1f7ba5
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit acd55bc4d0899a1bd43dec7602e0d9d93c1f7ba5
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)