Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0005540Openbravo ERPI. Performancepublic2008-10-15 16:362009-05-19 11:18
jacoboGiralt 
alostale 
normalmajoralways
closedfixed 
20
2.40 
 
Core
No
0005540: Importing big amounts of bpartners crashes the application in every window.
The default business partner import process creates a row in AD_USER for each business partner as contact.
But having lots of users in AD_USER limits the performance of the application in every window because of the audit drop-down (createdby) to the extent of crashing it when executing utils.js.
1. Import lots of business partners (client tried with 25000 but should happen with less)
2. Create a new row in any window
3. Application crashes
Eliminate the createdby drop-down and substitute it for a filtered pop-up.

or

Change the default bpartner import so that it doesn't create the same number of users.
performance2.40scrum, Sprint-3
blocks defect 0005539 closed alostale Importing big amounts of bpartners crashes the application in every window. 
Issue History
2008-10-15 16:36cromeroNew Issue
2008-10-15 16:36cromeroAssigned To => shuehner
2008-10-15 16:36cromeroStatusnew => scheduled
2008-10-15 16:50shuehnerAssigned Toshuehner => iperdomo
2008-10-24 19:20iperdomoAssigned Toiperdomo => alostale
2008-11-06 17:22svnbotCheckin
2008-11-06 17:22svnbotNote Added: 0010051
2008-11-06 17:22svnbotStatusscheduled => resolved
2008-11-06 17:22svnbotResolutionopen => fixed
2008-11-06 17:22svnbotsvn_revision => 9759
2008-11-06 17:47shuehnerTag Attached: performance2.40scrum
2008-11-06 17:47shuehnerTag Attached: Sprint-3
2009-05-19 11:18sureshbabuRegression testing => No
2009-05-19 11:18sureshbabuStatusresolved => closed
2009-05-19 11:18sureshbabuNote Added: 0016452
2009-05-19 11:18sureshbabuFixed in Version => 2.40MP4

Notes
(0010051)
svnbot   
2008-11-06 17:22   
Repository: openbravo
Revision: 9759
Author: huehner
Date: 2008-11-06 17:22:10 +0100 (Thu, 06 Nov 2008)

Fixed 5540
Change references to CreateBy and UpdatedBy fields from being combo-boxes
to be normal (read-only) text-fields.

---
U branches/r2.40performance/src/org/openbravo/erpCommon/utility/TableSQLData.java
U branches/r2.40performance/src-db/database/model/functions/AD_TABLE_IMPORT.xml
U branches/r2.40performance/src-db/database/sourcedata/AD_COLUMN.xml
U branches/r2.40performance/src-wad/src/org/openbravo/wad/Fields_data.xsql
U branches/r2.40performance/src-wad/src/org/openbravo/wad/Wad.java
U branches/r2.40performance/src-wad/src/org/openbravo/wad/WadUtility.java
U branches/r2.40performance/src-wad/src/org/openbravo/wad/datasource.xsqlxml
---

https://dev.openbravo.com/websvn/openbravo/?rev=9759&sc=1 [^]
(0016452)
sureshbabu   
2009-05-19 11:18   
Tested in 2.40MP4 postgres context with 4000 records - BP

working fine