This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 223273

Summary: org.netbeans.modules.db.dataview.table.JXTableDecorator.<init>: LowPerformance took 9131 ms.
Product: db Reporter: fedetxf <fedetxf>
Component: Show DataAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED WONTFIX    
Severity: normal CC: javydreamercsw, raffaeledoti
Priority: P3 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 162108
Attachments: nps snapshot

Description fedetxf 2012-12-04 18:56:33 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: OpenJDK 64-Bit Server VM, 23.2-b09, OpenJDK Runtime Environment, 1.7.0_09-b30
OS: Linux

User Comments:
fedetxf: SQL query while unpacking maven repo index. 800MB heap.

javydreamercsw: Executing SQL statement during a project background scanning.

raffaeledoti: Query on table



Maximum slowness yet reported was 11985 ms, average is 6135
Comment 1 fedetxf 2012-12-04 18:56:38 UTC
Created attachment 128856 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2012-12-05 17:01:14 UTC
The time was spent in component creation and class loading.
As your comments say, the system was under heavy load.
This cannot be fixed in NetBeans.
Thank you for reporting.