You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Speed up execution of many SQL statements by delaying the log output
When executing a large amount of SQL statements a significant amount of
time is spent on logging the executed statements and their results. This
time can be reduced by caching the log text and only updating the log
view a single time when everything is done.
See issue #3237.
0 commit comments