Important
Self-managed SingleStore will soon transition from version 9.1 RC to version 10. This new semantic versioning scheme will provide SingleStore with finer control over engine and feature releases that were not possible with the current versioning scheme.
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 prior to its general availability. Ahead of this transition, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 10.
PIPELINES_ OFFSETS
On this page
This view contains information about a pipeline's offset ranges.
Note
This view contains integer-based offsets for traditional pipelines (Kafka, S3, Azure, GCS, HDFS, FS).PIPELINES_.
information_ schema. PIPELINES_ OFFSETS Schema
|
Column Name |
Description |
|---|---|
|
|
The name of the database that contains the pipeline. |
|
|
The name of the pipeline associated with the offsets. |
|
|
The pipeline data source type, such as KAFKA, S3, AZURE, GCS, HDFS, or FS(filesystem). |
|
|
The identifier of the source partition from which offsets are extracted. For S3 pipelines, this value represents an object name in a bucket. For Kafka pipelines, it represents the partition number. |
|
|
The starting offset of an offset range. |
|
|
The ending offset of an offset range (exclusive). |
|
|
The most recent offset that the pipeline has extracted. |
|
|
The most recent offset that has been successfully loaded and committed. |
|
|
The next offset at which the pipeline expects to resume loading. |
|
|
The time when the offset metadata was last updated, expressed as a Unix timestamp. |
|
|
Additional extractor-specific metadata in JSON format. |
Last modified: