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_ 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: