QStudio Freezes
The most common cause of issues is QStudio attempting to render very large results. Where possible reduce the returned data to just the size needed for your task.
Check QStudio Logs
check the logs to see what is happening during slowdowns.
- QStudio on windows keeps a log file at C:\Users\{USERNAME}\QStudio
- On mac/linux, you can run
to get a version that logs to console.java -jar QStudio.jar
Turning on Query Protection
To access the preferences dialog got to Settings->Preferences...
Once there you will presented with a display similar to this:
QStudio includes the following settings in user preferences that are useful:
- Wrap Query sent to server - Turn this ON to prevent very large results being returned. If a result is over 10MB only a text preview will be shown.
- Maximum Table Rows Displayed - Reduce this.
- Maximum Console Characters - Reduce this.