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