Important
The SingleStore 9.1 release candidate (RC) gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 9.1.
MV_ SEQUENCES
On this page
This view shows the status and statistics of all sequences in the system.
|
Column Name |
Description |
|---|---|
|
|
ID of the node to which the other columns in the view apply. |
|
|
Name of the database that contains the table. |
|
|
Name of the table that contains the sequence column. |
|
|
Name of the column defined as a sequence. |
|
|
ID of the partition that currently owns the sequence and coordinates unique values for all aggregators. |
|
|
Indicates whether this node is the leaf node that owns the partition and receives range requests from aggregators. |
|
|
Indicates whether this node functions as an aggregator. |
|
|
Has different meanings depending on the node role:
|
|
|
Timestamp of the last range request from an aggregator. |
|
|
Size of the sequence range starting from Applies to the owner leaf only. |
|
|
Number of range requests sent by this aggregator to the owner leaf. |
|
|
Number of times an aggregator required a new range because no valid cached range was available. |
|
|
Number of successful pre-fetch operations performed by an aggregator before exhausting its current range. |
|
|
Number of times an aggregator attempted to pre-fetch while another fetch was already in progress. |
|
|
Number of errors encountered when requesting a new range from the owner leaf. |
LMV_ SEQUENCES
The LMV_ view provides the same information as MV_ but only for the local node.NODE_ column.
Use this view to inspect sequence behavior on the current node without querying cluster-wide data.
Last modified: February 18, 2026