Easily find issues by searching: #<Issue ID>
Example: #1832
Easily find members by searching in: <username>, <first name> and <last name>.
Example: Search smith, will return results smith and adamsmith
Aqua Data Studio / nhilam |
Follow
827
|
Within an Enterprise there are demands to perform multiple tasks on a variety of databases at the same time. It's essential that each task not hold up the others. A single database connection error or complex query could halt an entire workflow. To prevent this from happening we've redesigned the application to implement a multithreaded architecture, making many behaviors asynchronous with the User Interface (UI).
Certain processes within an application are “blocking”, which means the entire execution of the application is halted until a blocking process completes its tasks. Processes such as opening a faulty server connection or performing a complex query, previously delayed interaction with the rest of the application. In Aqua Data Studio 10.0 every blocking or potentially time consuming process is contained in a separate thread. This means users can perform other tasks while the longer processes keep running. There are no settings or special GUI options needed to enable this functionality, as it is enabled by default throughout the application.
Expanding nodes in the browser are asynchronous to the UI. A node expansion will display an animated icon while processing results.
The window will open displaying a connecting animated icon while connecting. If the connection fails, the window will display the options to reconnect, ping, etc.
Using Auto-Describe with CTRL-D will now be asynchronous from the UI.
About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017