[Solution]: Query Prompt slow, SQL Connection slow, Printing slow 关注
We had a query prompt and 3 SQL tables with outer join.
Printing was extremely slow (from clicking Print => to Query Prompt windows) and I suspected the SQL data connection was the issue.
But the solution is: disable "autocomplete" in Query Prompt and this makes it faster by factor 10 or more in our case : https://i.imgur.com/0EduiUJ.png
2 评论
0

Shotaro Ito
评论操作
Cool... Thank you so much for sharing!
Yes, autocomplete would query in anytime showing query prompt input so that makes sense for bulk data / complex query.
请先登录再写评论。