MV_ TRACE_ EVENTS
While the trace events can be viewed via the information schema MV_ table, this buffer is not intended to be directly consumed by the end user.MV_.
The new information schema table represents semi-structured data to support any arbitrary event that occurs on a node.
Note that MV_ is a ring buffer where the oldest events are overwritten when the buffer wraps around.MV_.
|
Column Name |
Description |
Column Type |
|---|---|---|
|
|
The ID of the SingleStore node |
|
|
|
The IP address of the SingleStore node |
|
|
|
The type of node: master aggregator (MA), child aggregator (CA), or leaf node (LEAF) |
|
|
|
The time the node started |
|
|
|
The event ID |
|
|
|
|
|
|
|
Time when the event was traced in the buffer |
|
|
|
Refer to View MV_ |
|
The rows are returned approximately in ascending order of time, grouped individually by node.
Last modified: December 19, 2023