I started to use 6.8 and something is off when it comes to running multiple sql statements separated with go.
I have this script that alters some tables, creates tables (5), inserts some data (about 15 rows), creates foreign key constraints (about 7), nothing major.
In 6.8, I open the script in an editor, I press F5, then the UI freezes for quite a bit of time and it takes a while until this is done ~ 20s. I basically have to do something else. When I execute the same script using the automation manager, it takes just a few seconds, as expected.
Also, I noticed today that when I run one statement (update or select), it takes a good couple of seconds until the result comes back even though the query took let’s say 75ms. I just repeated this with a select statement.
I’m sorry you are experiencing performance issues with 6.8. Are you using the latest 6.8 64-bit build downloadable from our support portal?
Also, have you tried the 32-bit version and are experiencing the same issues? I need to determine whether this is isolated to 64-bit version (which is new) or both.