Update git submodules

* Update ovsdbapp from branch 'master'
  to 1cb9acc015414ba1eda822fcce886b678117c554
  - Merge "add Port_Binding to lookup_table"
  - add Port_Binding to lookup_table
    
    Currently the index logical_port on Port_Binding
    is missing because autocreate_indices() skips
    indexes with multiple columns:
    -> "indexes": [["datapath", "tunnel_key"], ["logical_port"]]
    
    This slows down the ovn-bgp-agent at scale(31060 Port_Binding
    entries) heavily. (See bug #https://bugs.launchpad.net/ovn-bgp-agent/+bug/2045892)
    
    Full sync iteration:
    Without Port_Binding index: ~6min
    With Port_Binding index: ~5sec
    
    Closes-Bug: #2045892
    Change-Id: I815c695fd8a5e12a94e02a7a29da8aadc99541c4
This commit is contained in:
Zuul 2023-12-09 23:41:33 +00:00 committed by Gerrit Code Review
parent cfc07ebb41
commit 38c1e1f76d
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 8e55b0b74cfdf63729d69638c040593a666a8d2d
Subproject commit 1cb9acc015414ba1eda822fcce886b678117c554