LOCKS
Monitors lock grants and requests for all nodes. A table call with no results indicates that no locks are in use.
Column Name | Data Type | Description |
---|---|---|
NODE_NAMES |
VARCHAR |
Nodes on which lock interaction occurs. Node Rollup:
|
OBJECT_NAME |
VARCHAR | Name of object being locked; can be a table or an internal structure (projection, global catalog, or local catalog). |
OBJECT_ID |
INTEGER | Unique numeric ID assigned by the Vertica catalog that identifies the object being locked. |
TRANSACTION_ID |
VARCHAR |
Identification of transaction within the session, if any; otherwise NULL . Useful for creating joins to other system tables. |
TRANSACTION_DESCRIPTION |
VARCHAR | Identification of transaction and associated description. Typically this query caused the transaction's creation. |
LOCK_MODE |
VARCHAR | Intended operation of the transaction. For a list of lock modes and compatibility, see Lock modes. |
LOCK_SCOPE |
VARCHAR |
Expected duration of the lock after it is granted. Before the lock is granted, Vertica lists the scope as Once a lock has been granted, the following scopes are possible:
All scopes, other than |
REQUEST_TIMESTAMP |
TIMESTAMP | Time when the transaction began waiting on the lock. |
GRANT_TIMESTAMP |
TIMESTAMP |
Time the transaction acquired or upgraded the lock:
|