Enable or disable continuous data export
Disables or enables the continuous-export job. A disabled continuous export isn’t executed, but its current state is persisted and can be resumed when the continuous export is enabled.
When enabling a continuous export that was disabled for a long time, exporting continues from where it last stopped when the exporting was disabled. This continuation might result in a long running export, blocking other exports from running, if there isn’t sufficient database capacity to serve all processes. Continuous exports are executed by last run time in ascending order so the oldest export runs first, until catch up is complete.
Permissions
You must have at least Database Admin permissions to run these commands.
Syntax
.enable continuous-export ContinuousExportName
.disable continuous-export ContinuousExportName
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| ContinuousExportName | string | ✔️ | The name of the continuous export. |
Returns
The result of the show continuous export command of the altered continuous export.
Related content
- Continuous export overview
- External tables
- .create or alter continuous-export
- .drop continuous-export
- .show continuous-export
- .show continuous-export failures
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.