Apache Doris · Schema

StreamLoadResponse

Response returned by the Apache Doris Stream Load HTTP API after a data loading operation.

AnalyticsApacheDatabaseLakehouseMPPOLAPOpen SourceReal-TimeSQL

Properties

Name Type Description
TxnId integer Transaction ID assigned to this load job.
Label string Label for idempotent load tracking.
Status string Overall status of the load operation.
ExistingJobStatus string Status of existing job with same label if label already exists.
Message string Status message or error description.
NumberTotalRows integer Total number of rows processed.
NumberLoadedRows integer Number of rows successfully loaded.
NumberFilteredRows integer Number of rows filtered due to quality issues.
NumberUnselectedRows integer Number of rows filtered by WHERE clause.
LoadBytes integer Total data size loaded in bytes.
LoadTimeMs integer Time spent loading data in milliseconds.
BeginTxnTimeMs integer Time to begin transaction in milliseconds.
StreamLoadPutTimeMs integer Time to plan the load in milliseconds.
ReadDataTimeMs integer Time to read data in milliseconds.
WriteDataTimeMs integer Time to write data in milliseconds.
CommitAndPublishTimeMs integer Time to commit and publish in milliseconds.
ErrorURL string URL to retrieve error details when rows are filtered.
View JSON Schema on GitHub