Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0041663Openbravo ERPI. Performancepublic2019-08-16 20:112022-02-01 08:07
matias-bernal 
Triage Platform Base 
normalminoralways
newopen 
5
 
 
Core
No
0041663: Delete records on batches
Currently when the delete process tries to delete multiple records it delete them one by one. Deleting on batches would be more efficent and will improve the performance
1- Create multiple records, ex: more than 10000
2- Select all
3- Delete them
Instead of delete one by one, delete on batches
No tags attached.
related to defect 0033552 acknowledged Triage Platform Base The selectAll checkbox is not working fine 
Issue History
2019-08-16 20:11matias-bernalNew Issue
2019-08-16 20:11matias-bernalAssigned To => platform
2019-08-16 20:11matias-bernalModules => Core
2019-08-16 20:11matias-bernalTriggers an Emergency Pack => No
2019-08-19 07:17rafarodaRelationship addedrelated to 0033552
2019-08-19 09:37AugustoMauchNote Added: 0114061
2019-08-19 09:37AugustoMauchTypedefect => design defect
2022-02-01 08:07alostaleAssigned Toplatform => Triage Platform Base

Notes
(0114061)
AugustoMauch   
2019-08-19 09:37   
Moved to design defect, because we cannot do a batch removal (delete from <table> where <table_id> in (...)) with Hibernate, because otherwise the event handler would be be executed