Skip to content

[misc] add function for deleting entities faster

Noé Gaumont requested to merge topic/default/fast-drop-entities into branch/default

Delete entities faster using a minimal set of delete sql statements and without executing hooks. Benchmarks on some cases show that it's about 2x faster.

This has not been extensively tested but to avoid loosing this work put it in cubicweb/misc/scripts (not installed by python package).

Edited by Simon Chabot

Merge request reports