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 206675 - IDE slows down when editing/executing SQL
Summary: IDE slows down when editing/executing SQL
Status: RESOLVED INCOMPLETE
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-12-23 18:57 UTC by vstokesjr
Modified: 2012-01-05 18:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Profile of the IDE pausing when working with MySQL (36.37 KB, application/octet-stream)
2012-01-05 18:34 UTC, vstokesjr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vstokesjr 2011-12-23 18:57:13 UTC
Product Version = NetBeans IDE 7.1 RC2 (Build 201111302200)
Operating System = Linux version 3.0.0-14-generic running on amd64
Java; VM; Vendor = 1.6.0_26
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.1-b02

Connected to a MySQL 5.5.19 server using MySQL Java Connector 5.1.18.

I am editing MySQL routines (procedures) and executing them from the ide/editor.
As I work the IDE starts to pause or drag and eventually slow down to the point that it's unusable. I have to shutdown and restart the IDE.
Comment 1 Jiri Rechtacek 2012-01-03 09:31:11 UTC
Please, try to profile IDE while executing these routines and attach your snaphots there. Thanks
http://wiki.netbeans.org/GenerateThreadDump#Profile_Me_Now
Comment 2 vstokesjr 2012-01-05 18:34:33 UTC
Created attachment 114666 [details]
Profile of the IDE pausing when working with MySQL