PIPELINES_ CURSORS
Warning
SingleStore 9.0 gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 8.9 is recommended for production workloads, which can later be upgraded to SingleStore 9.0.
On this page
This view contains information about a pipeline’s offset ranges.
information_ schema. PIPELINES_ CURSORS Schema
Column Name |
Description |
---|---|
|
The name of the database associated with the offsets. |
|
The name of the pipeline associated with the offsets. |
|
The name of the pipeline’s data source, such as |
|
The identifier for a data source’s partition from which offsets are extracted. |
|
The earliest offset for an offset range. |
|
The bounding offset for an offset range, exclusive. |
|
The next offset at which the pipeline will start loading in this partition. |
|
The offset cursor position in this source partition that has been successfully loaded. |
|
The last updated time for an offset range in Unix timestamp format. |
|
Some extractors output additional information when extracting data from the source. |
Last modified: January 10, 2025