MySQL Forums
Forum List  »  MySQL Query Browser

Re: MySQL Query Browser CPU usage in windows
Posted by: Mike Lischke
Date: October 14, 2005 01:09AM

Colm Delaney wrote:

> when I run two complex
> tasks at the same time, my computer completely
> freezes. Is there any way to limit the amount of
> memory/CPU the program uses?

No, currently you cannot limit the memory usage of QB. If you have complex tasks then it takes the memory needed otherwise the tasks cannot be executed. However if you have large result sets then you can improve performance by limiting them to certain smaller sizes, e.g. put a LIMIT clause in your queries to retrieve only small result sets.

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL Query Browser CPU usage in windows
October 14, 2005 01:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.