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.
PIPELINES_ CURSORS
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: