#CockroachDB 22.1 will introduce a new facility for identifying active contention: `crdb_internal.cluster_locks`. This virtual table shows the locked rows, which txn is holding the lock, which txns are attempting to obtain the lock, and the duration of lock holding and waiting.