Workspace Locks
Only one workspace lock can be taken at a time.
If a workspace lock is taken, it will block any database locks from being taken.
Any blocked operations will queue.
Example:
ADD LEAF
is running on the workspace. While the operation is running,CREATE TABLE
tries to run, but is blocked untilADD LEAF
completes.