Hello all,
We have our system with AutoParallel enabled:
USER>w ##class(%SYSTEM.SQL.Util).GetOption("AutoParallel")
1
But whenever I try to run any sql the autoparallel does not work. For example, this simple query:
.png)
When I force it with %PARALLEL we can see it will effectively run in parallel:

.png)

.png)