shd2h
3
You may find this list helpful:
- Operations that need a shared/non-exclusive lock can run at the same time as other operations that need a shared lock.
- Operations that need an exclusive lock cannot run at the same time as any other operations.