b87715d76466f81c8703a983eb702048f3f6aaa7

The devref was suggesting to do exactly the wrong thing for cases where we have SQLAlchemy event listeners waiting for deleted objects. DELETE statements fail to trigger any kind of SQLAlchemy event listeners and the majority of our delete operations are small (<10 items at once) so the performance difference is negligible (especially since we do it so infrequently). Change-Id: Id142179418a7b94d8d9695871b3fcd5dcc64730c
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: http://docs.openstack.org
- Features: http://specs.openstack.org/openstack/neutron-specs
- Defects: http://launchpad.net/neutron
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst
Description
Languages
Python
99.7%
Shell
0.3%