Release note for using "passive_deletes=True"
This update includes a small change to mention memory savings for the new configuration option. Change-Id: Ic8d55adbfb802b8aff2000c2e4edf279c53f6bde
This commit is contained in:
parent
a88ff9f80a
commit
d3c6bf7767
@ -4,6 +4,6 @@ fixes:
|
||||
Used "passive_deletes=True" in the configuration of relationships in
|
||||
SQLAlchemy models. This improves deletion of graphs of related objects
|
||||
stored in DB because dependent objects don't get loaded prior to
|
||||
deleting them.
|
||||
deletion which also reduces the memory requirement on the system.
|
||||
More about using this flag can be found at:
|
||||
http://docs.sqlalchemy.org/en/latest/orm/collections.html#using-passive-deletes
|
||||
|
Loading…
Reference in New Issue
Block a user