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 - org.netbeans.modules.db.dataview.table.JXTableDecorator.<init>: LowPerformance took 9131 ms.
Summary: org.netbeans.modules.db.dataview.table.JXTableDecorator.<init>: LowPerformanc...
Status: RESOLVED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-12-04 18:56 UTC by fedetxf
Modified: 2012-12-05 17:01 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 162108


Attachments
nps snapshot (129.70 KB, application/nps)
2012-12-04 18:56 UTC, fedetxf
Details

Note You need to log in before you can comment on or make changes to this bug.
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.