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_ 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: