Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0054044Openbravo ERPY. DBSourceManagerpublic2023-11-28 13:452023-11-28 13:53
AugustoMauch 
Triage Platform Base 
normalmajorhave not tried
newopen 
5
 
 
Core
No
0054044: Unneeded sort when exporting sample data should be removed
As part of the export sample data process this line [1] is doing an in-memory sort to guarantee that records are exported sorted. That in-memory sort used to be needed when both Oracle and PostgreSQL where soported, because the database-level sorting was sometimes not consistent between the two.

When this unneeded sort is removed, all sampledatas should be reexported, just in case by removing that sort, any record is reordered.

[1] https://gitlab.com/openbravo/product/dbsm/-/blob/master/src/org/apache/ddlutils/io/DatabaseDataIO.java#L780 [^]
-
No tags attached.
Issue History
2023-11-28 13:45AugustoMauchNew Issue
2023-11-28 13:45AugustoMauchAssigned To => Triage Platform Base
2023-11-28 13:45AugustoMauchModules => Core
2023-11-28 13:45AugustoMauchTriggers an Emergency Pack => No
2023-11-28 13:53shuehnerIssue Monitored: shuehner

There are no notes attached to this issue.