.delete query acceleration policy command

Switch services using the Version drop-down list. Learn more about navigation.
Applies to: ✅ Azure Data Explorer

Deletes the query acceleration policy of a specific external delta table.

Important

If the AutoUpdateSchema property is enabled on the external table, you must first disable it by setting AutoUpdateSchema to false using .alter external table before deleting the query acceleration policy.

Permissions

You must have at least Database Admin permissions to run this command.

Syntax

.delete external table ExternalTableName policy query_acceleration

Parameters

Name Type Required Description
ExternalTableName string ✔️ The name of the external delta table.

Example

.delete external table MyExternalTable policy query_acceleration