api slow due to missing LRP index
Bug #2092133 reported by
Max
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
In Progress
|
High
|
Max | ||
ovsdbapp |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
With many routers/
When profiling the api we noticed that much time gets spend in functions like:
sync_routers_
schedule_
schedule_
This happens due to LRP queries without an index:
lrp = idlutils.
After adding an Logical_Router_Port name index the API performance improves a lot.
Changed in ovsdbapp: | |
status: | New → In Progress |
To post a comment you must log in.
https:/ /review. opendev. org/c/openstack /ovsdbapp/ +/938004