Replies: 1 comment 1 reply
-
No need for serving databases, just connect you database read-only with -RO. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If we create a local empty db from a schema for our compiles, we can only run a compile single-threaded since we have no obvious way to start the db in multi-user mode.
It would be helpful to have a PCTProserve (or similar) task that will start the db server so it can be used by a multi-threaded PCTCompile.
Beta Was this translation helpful? Give feedback.
All reactions