PIPELINES_BATCHES_SUMMARY
This view contains high-level information about individual batches as they are loaded into the database. It contains one row per batch.
information_schema.PIPELINES_BATCHES_SUMMARY Schema
Name | Description |
---|---|
| The name of the database associated with the batch. |
| The name of the pipeline associated with the batch. |
| The internal unique identifier for the batch. Values of |
| Specifies whether the batch transaction was successful. There are five possible values:
|
| The time that the batch transaction started in |
| The amount of time, in seconds, that the pipeline spent waiting on the extractor to complete its operation. |
| The amount of time, in seconds, that the pipeline spent waiting on the transform to complete its operation. |
| The number of seconds the batch took to run, or if the batch is |
| Equal to |
| The number of rows extracted into SingleStoreDB. It can be higher or lower than the number of rows written, if, for instance, rows are filtered by a |
| The total number of batch partitions for this batch. |
| The total number of finished batch partitions for this batch. A batch cannot finish until all batch partitions are finished. |
| The number of megabytes extracted into SingleStoreDB. |
| Equal to |