Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
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: