ovsdbapp/ovsdbapp/tests/functional/schema/open_vswitch
Daniel Alvarez fd64d41ea6 Improve DbListCommand operation from O(n^2) to O(n)
Right now the DbListCommand retrieves the uuid's of all the elements
passed in as argument. This is an O(n^2) operation so when the number
of elements in a grows it's likely that we get Timeout Exceptions.

Instead of doing this, whenever possible, we'll retrieve all the
elements (from the in-memory replica) and only fetch those who were
passed as arguments avoiding the O(n^2) operation.

(cherry picked from 476b174f7d)
Change-Id: I71411e5dd68753eb3825f8b0e91009f87de1b260
Closes-Bug: #1769897
2018-05-10 13:50:04 +00:00
..
__init__.py Refactor to give other schemas a place to live 2017-04-07 10:20:36 -05:00
fixtures.py Fix BridgeFixture 2017-08-24 10:52:45 -05:00
test_common_db.py Improve DbListCommand operation from O(n^2) to O(n) 2018-05-10 13:50:04 +00:00
test_impl_idl.py Don't throw NotConnectedError in queue_txn 2017-11-28 23:32:34 -06:00