neutron-fwaas/neutron_fwaas/db
Cedric Brandily 651069db85 Optimize _make_firewall_dict_with_rules db queries
This change optimizes _make_firewall_dict_with_rules implementation by
getting rules for a firewall in one db query instead of one db query per
rule (previous implementation). It improves performance: typically on
my deployment _make_firewall_dict_with_rules for a firewall with 1000
rules takes 0.2s instead of 12s with previous implementation.

Change-Id: Ia5cd39ec4ee388fab21884d08e2b19f6f6c484d5
Closes-Bug: #1658817
(cherry picked from commit 8a97921783)
2017-01-25 10:22:37 +01:00
..
cisco Trival: Remove unused logging import 2015-12-28 17:09:25 +08:00
firewall Optimize _make_firewall_dict_with_rules db queries 2017-01-25 10:22:37 +01:00
migration Tag the alembic migration revisions for Mitaka 2016-03-03 20:36:38 -05:00
__init__.py Split fwaas services code into neutron-fwaas 2014-12-08 13:38:07 -07:00