group-based-policy/gbpservice/neutron/plugins
Robert Kukura 6d09dbfddd [AIM] New streamlined Opflex RPC handler
The Opflex request_endpoint_details RPC handler is reimplemented in
the apic_aim mechanism driver, using a minimal set of baked DB
queries. These queries return specific individual column data rather
than entire ORM objects, eliminating the sqlalchemy and DB server
overhead for relationship processing. Joins are used to minimize the
number of queries made to the DB server. Rather than using or
emulating the dictionaries returned by Neutron's get_<resource>()
methods, the RPC response is built directly from the data returned
from the queries.

The older RPC handler implementations remain during testing to allow
performance and scalability comparison. A single implementation will
eventually be selected and the others removed. Until then, the new RPC
handler is enabled by setting the enable_new_rpc config variable.

Change-Id: I614d5bca3f101ceab06e2fad1a59f5514b438473
2019-02-22 15:10:59 -05:00
..
ml2 For queens sync 2018-09-07 16:24:08 -07:00
ml2plus [AIM] New streamlined Opflex RPC handler 2019-02-22 15:10:59 -05:00
__init__.py Renaming gbp package to gbpservice 2014-12-31 19:13:19 -08:00