Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
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: