Project:
| View Revisions: Issue #29774 | [ All Revisions ] [ Back to Issue ] | ||
| Summary | 0029774: [cashup refactor] improve the performance of cashup | ||
| Revision | 2015-05-07 18:51 by malsasua | ||
| Description | Change the way that the invoices created in the cashup are inserted in database: instead of to do an insert of one record by one record, the inserts are done with insert select, so the performance is better Project: http://wiki.openbravo.com/wiki/Projects:CashUp_Improve_Performance [^] |
||
| Revision | 2015-05-05 12:02 by malsasua | ||
| Description | Change the way that the invoices created in the cashup are inserted in database: instead of to do an insert of one record by one record, the inserts are done with insert select, so the performance is better |
||
| Revision | 2015-05-05 11:32 by malsasua | ||
| Description | Changed the way that the invoices generated in the cashup are inserted. Instead of to do a insert of one record by one records, the insert is done with insert select. The performance is better |
||
| Copyright © 2000 - 2009 MantisBT Group |