Openbravo Issue Tracking System - Modules
View Issue Details
0026941ModulesRemittancepublic2014-06-25 13:082015-01-21 18:21
egoitz 
fsoto82 
normalmajoralways
closedfixed 
5
 
 
umartirena
0026941: Improve performance on the settle remitance process
Performance problems on the settle remittance process.
Try to settle more than 500 remitance lines.
*It takes long
Add the following index:

CREATE INDEX rem_remitline_payment
  ON rem_remittanceline
  USING btree
  (fin_payment_id COLLATE pg_catalog."default");

It improves the select on the CancelReturnRemittance.getPaymentRemittance method.
No tags attached.
related to defect 0026932 closed fsoto82 Performance problems on the settle remitance process 
has duplicate defect 0028937 closed umartirena Long time to show data on the return remittance window 
Issue History
2014-06-25 13:08egoitzNew Issue
2014-06-25 13:08egoitzAssigned To => eduardo_Argal
2014-06-25 13:08egoitzResolution time => 1405375200
2014-06-25 13:08egoitzIssue generated from0026932
2014-06-25 13:08egoitzRelationship addedrelated to 0026932
2014-11-03 15:02fsoto82Statusnew => scheduled
2014-11-03 15:02fsoto82Assigned Toeduardo_Argal => fsoto82
2014-11-03 15:02fsoto82fix_in_branch => pi
2014-12-24 15:43fsoto82Assigned Tofsoto82 => egoitz
2014-12-24 15:43fsoto82Note Added: 0072824
2014-12-24 15:43fsoto82Statusscheduled => feedback
2015-01-08 12:16SandrahuguetAssigned Toegoitz => fsoto82
2015-01-08 12:16SandrahuguetStatusfeedback => new
2015-01-08 12:16Sandrahuguetfix_in_branchpi =>
2015-01-21 18:03hgbotCheckin
2015-01-21 18:03hgbotNote Added: 0073696
2015-01-21 18:03hgbotStatusnew => resolved
2015-01-21 18:03hgbotResolutionopen => fixed
2015-01-21 18:03hgbotFixed in SCM revision => http://code.openbravo.com/erp/mods/org.openbravo.module.remittance/rev/795b655f4de44e6733986f3f5cdf18fec61cfff6 [^]
2015-01-21 18:21umartirenaReview Assigned To => umartirena
2015-01-21 18:21umartirenaNote Added: 0073699
2015-01-21 18:21umartirenaStatusresolved => closed
2015-02-25 11:01umartirenaRelationship addedhas duplicate 0028937

Notes
(0072824)
fsoto82   
2014-12-24 15:43   
waiting environment with large amount of data
(0073696)
hgbot   
2015-01-21 18:03   
Repository: erp/mods/org.openbravo.module.remittance
Changeset: 795b655f4de44e6733986f3f5cdf18fec61cfff6
Author: Fernando Soto <fernando.soto <at> peoplewalking.com>
Date: Mon Nov 03 21:10:08 2014 -0500
URL: http://code.openbravo.com/erp/mods/org.openbravo.module.remittance/rev/795b655f4de44e6733986f3f5cdf18fec61cfff6 [^]

Fixed bug 26941: Improve performance on the settle remitance process

Created index REM_REMITLINE_PAYMENT on fin_payment_id in table rem_remittanceline

---
M src-db/database/model/tables/REM_REMITTANCELINE.xml
---
(0073699)
umartirena   
2015-01-21 18:21   
Code Review + Testing OK