Comment 9 for bug 2011590

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/877518
Committed: https://opendev.org/openstack/neutron/commit/0091a25ea65e14bbc56c0b816617f61a74bb35aa
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 0091a25ea65e14bbc56c0b816617f61a74bb35aa
Author: Terry Wilson <email address hidden>
Date: Tue Mar 14 09:39:32 2023 -0500

    Only create a frozen Row on matching events

    It is very wasteful to create a frozen row copy for every event
    that we process. It can dramatically increase the time to process
    the initial events from connecting to the database.

    Closes-bug: #2011590
    Change-Id: Ic4bf26d9b1f937073ddc6d0c3e9d22a777912ebf
    (cherry picked from commit dea48cfc0a491c63e5a3f899e545b3e8768cbb80)