Comment 10 for bug 2011590

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/877519
Committed: https://opendev.org/openstack/neutron/commit/0152a6087f202d6c0b2b821ff9b9bd352805adb7
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 0152a6087f202d6c0b2b821ff9b9bd352805adb7
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)