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.
PIPELINES_ BATCHES_ METADATA
On this page
This view contains metadata about individual batches as they are loaded into the database.
information_ schema. PIPELINES_ BATCHES_ METADATA Schema
|
Name |
Description |
|---|---|
|
|
The name of the database associated with the batch. |
|
|
The internal unique identifier for the pipeline. |
|
|
The name of the pipeline associated with the batch. |
|
|
The internal unique identifier for the batch. |
|
|
Specifies whether the batch transaction is successful.
|
|
|
The number of rows affected in the destination table as a result of the batch transaction. |
|
|
The total number of rows inserted in the batch. |
|
|
The total number of rows updated in the batch. For |
|
|
The total number of rows deleted in the batch. |
|
|
The elapsed time in seconds from the start of the batch transaction to its completion (either success or failure). |
|
|
The time that the batch transaction started in Unix timestamp format. |
|
|
The total number of batch partitions associated with the batch. |
Last modified: January 13, 2026