Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: ✅ Azure Data Explorer
Display a database's merge policy. The merge policy defines if and how Extents (Data Shards) should get merged.
Permissions
You must have at least Database User, Database Viewer, or Database Monitor permissions to run this command. For more information, see role-based access control.
Syntax
.show
database
DatabaseName policy
merge
Learn more about syntax conventions.
Parameters
Name | Type | Required | Description |
---|---|---|---|
DatabaseName | string |
✔️ | The name of the database. |
Returns
Returns a JSON representation of the policy.
Example
Display the policy at the database level:
.show database database_name policy merge