Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
MV_ ACTIVE_ DISTRIBUTED_ TRANSACTIONS
This view shows internal information on distributed transactions that are currently active in the system.
Primarily for use by SingleStore Customer Support.
|
Column Name |
Description |
|---|---|
|
|
The internal ID of the distributed transaction. |
|
|
ID of the aggregator coordinating the distributed transaction. |
|
|
Internal connection ID between the node and the aggregator. |
|
|
ID of the node where the transaction is running. |
|
|
The name of the database or partition running the transaction. |
|
|
The isolation level the distributed transaction is running on. |
|
|
Time of the start of the transaction. |
|
|
Internal timestamp of the start of the transaction. |
|
|
Internal timestamp of the first data read from the transaction. |
|
|
The state of the transaction: |
|
|
The internal timestamp of when the local prepare step of the transaction was executed. |
|
|
Number of rows locks held by the transaction. |
Last modified: