ovsdbapp/ovsdbapp/tests
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
..
functional Improve DbListCommand operation from O(n^2) to O(n) 2018-05-10 13:50:04 +00:00
unit Allow to stop and restart connections in Backend 2017-09-18 12:41:51 +00:00
__init__.py Add cookiecutter output 2017-02-24 15:02:19 -05:00
base.py Add cookiecutter output 2017-02-24 15:02:19 -05:00
utils.py Remove ignoring _ builtin usage for pep8 2017-06-26 16:53:26 +08:00