Commit 9757242
committed
[IMP] models: explode the delete of ir records
The delete of records in parallel was problematic before
upgrade-util/pull/49 but it can offer a better time
performance on large tables. Using a bucket size of 1000
instead of the default 10000 to reduce the chances of conflicts
closes #206
Signed-off-by: Christophe Simonis (chs) <chs@odoo.com>1 parent 4cf34a4 commit 9757242
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | | - | |
587 | | - | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
588 | 590 | | |
589 | 591 | | |
590 | 592 | | |
| |||
0 commit comments