CLEAR PIPELINE ERRORS
Warning
SingleStore 9.0 gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 8.9 is recommended for production workloads, which can later be upgraded to SingleStore 9.0.
On this page
The CLEAR PIPELINE ERRORS clause removes most of the pipeline errors.
Syntax
CLEAR PIPELINE ERRORS <pipeline_name>
Note
Adding the name of the pipeline with CLEAR PIPELINE ERRORS is optional.
Remarks
-
<pipeline_
name> is the name of the configured pipeline. -
To increase the number of errors that can be stored, increase the value of ingest_
errors_ max_ disk_ space_ mb engine variable. -
View the pipeline errors by querying the information_
schema. pipelines_ errors view.
Examples
CLEAR PIPELINE ERRORS
START PIPELINE booksCLEAR PIPELINE ERRORS books
Last modified: March 18, 2025