.drop workload_group 명령
적용 대상: ✅Microsoft Fabric✅Azure Data Explorer
워크로드 그룹을 삭제합니다.
사용 권한
이 명령을 실행하려면 클러스터 AllDatabasesAdmin 권한이 있어야 합니다.
참고 항목
역할은 admin
사용 권한을 상속 Cluster AllDatabasesAdmin
합니다.
구문
.drop
workload_group
WorkloadGroupName
구문 규칙에 대해 자세히 알아봅니다.
매개 변수
이름 | Type | 필수 | 설명 |
---|---|---|---|
WorkloadGroupName | string |
✔️ | 워크로드 그룹의 이름입니다. 이 이름은 공백을 이스케이프하기 위해 대괄호 표기법으로 지정할 수 있습니다. 예를 들어 ['WorkLoad 그룹 이름']입니다. |
반품
이 명령은 명령의 출력인 삭제 후 클러스터의 모든 워크로드 그룹을 반환합니다 .show workload_group
.
이 명령은 명령의 출력인 삭제 후 eventhouse의 모든 워크로드 그룹을 반환합니다 .show workload_group
.
반환된 출력의 스키마는 다음과 같습니다.
속성 | 형식 | 설명 |
---|---|---|
WorkloadGroupName | string |
워크로드 그룹의 이름입니다. |
WorkloadGroup | string |
워크로드 그룹의 JSON 표현입니다. |
예제
하나의 워크로드 그룹 삭제
워크로드 그룹 삭제 MyWorkloadGroup
:
.drop workload_group MyWorkloadGroup
출력
WorkloadGroupName | WorkloadGroup |
---|---|
내 워크로드 그룹 | {"RequestLimitsPolicy":{"DataScope":{"IsRelaxable": true,"Value":"All"},"MaxMemoryPerQueryPerNode":{"IsRelaxable": true,"Value":6442450944},"MaxMemoryPerIterator":{"IsRelaxable": true,"Value":5368709120},"MaxFanoutThreadsPercentage":{"IsRelaxable": true,"Value":100},"MaxFanoutNodesPercentage":{"IsRelaxable": true,"Value":100},"MaxResultRecords":{"IsRelaxable": true,"Value":500000},"MaxResultBytes":{"IsRelaxable": true,"Value":67108864},"MaxExecutionTime":{"IsRelaxable": true,"Value":"00:04:00"}},"RequestRateLimitPolicies":[{"IsEnabled": true,"Scope":"WorkloadGroup","LimitKind":"ConcurrentRequests","Properties":{"MaxConcurrentRequests":100}},{"IsEnabled": true,"Scope":"Principal","LimitKind":"ConcurrentRequests","Properties":{"MaxConcurrentRequests":25}}}]} |
default | {"RequestLimitsPolicy":{"DataScope":{"IsRelaxable": false,"Value":"HotCache"},"MaxMemoryPerQueryPerNode":{"IsRelaxable": true,"Value":8589699072},"MaxMemoryPerIterator":{"IsRelaxable": true,"Value":5368709120},"MaxFanoutThreadsPercentage":{"IsRelaxable": true,"Value":100},"MaxFanoutNodesPercentage":{"IsRelaxable": true,"Value":100},"MaxResultRecords":{"IsRelaxable": true,"Value":500000},"MaxResultBytes":{"IsRelaxable": true,"Value":67108864}," MaxExecutionTime":{"IsRelaxable":false,"Value":"00:01:00"}},"RequestRateLimitPolicies":[{"IsEnabled": true,"Scope":"WorkloadGroup","LimitKind":"ConcurrentRequests","Properties":{"MaxConcurrentRequests":100}}],"RequestRateLimitsEnforcementPolicy":{"QuerysEnforcementLevel":"QueryHead","CommandsEnforcementLevel":"Database"}} |
대괄호로 이름을 이스케이프하는 하나의 워크로드 그룹 삭제
워크로드 그룹 삭제 My Workload Group
:
.drop workload_group ['My Workload Group']
출력
WorkloadGroupName | WorkloadGroup |
---|---|
MyWorkloadGroup | {"RequestLimitsPolicy":{"DataScope":{"IsRelaxable": true,"Value":"HotCache"},"MaxMemoryPerQueryPerNode":{"IsRelaxable":false,"Value":6442450944},"MaxMemoryPerIterator":{"IsRelaxable":false,"Value":5368709120},"MaxFanoutThreadsPercentage":{"IsRelaxable": true,"Value":100},"MaxFanoutNodesPercentage":{"IsRelaxable": true,"Value":100},"MaxResultRecords":{"IsRelaxable": true,"Value":500000},"MaxResultBytes":{"IsRelaxable": true,"Value":67108864}," MaxExecutionTime":{"IsRelaxable": true,"Value":"00:04:00"}},"RequestRateLimitPolicies":[{"IsEnabled": true,"Scope":"WorkloadGroup","LimitKind":"ConcurrentRequests","Properties":{"MaxConcurrentRequests":20}}]} |
default | {"RequestLimitsPolicy":{"DataScope":{"IsRelaxable":false,"Value":"HotCache"},"MaxMemoryPerQueryPerNode":{"IsRelaxable": true,"Value":8589699072},"MaxMemoryPerIterator":{"IsRelaxable": true,"Value":5368709120},"MaxFanoutThreadsPercentage":{"IsRelaxable": true,"Value":100},"MaxFanoutNodesPercentage":{"IsRelaxable": true,"Value":100},"MaxResultRecords":{"IsRelaxable": true,"Value":500000},"MaxResultBytes":{"IsRelaxable": true,"Value":67108864}," MaxExecutionTime":{"IsRelaxable":false,"Value":"00:01:00"}},"RequestRateLimitPolicies":[{"IsEnabled": true,"Scope":"WorkloadGroup","LimitKind":"ConcurrentRequests","Properties":{"MaxConcurrentRequests":100}}],"RequestRateLimitsEnforcementPolicy":{"QuerysEnforcementLevel":"QueryHead","CommandsEnforcementLevel":"Database"}} |
설명
internal
및 default
워크로드 그룹을 삭제할 수 없습니다. 둘 중 하나를 삭제하려고 시도하면 이유를 나타내는 오류와 함께 명령이 중단됩니다.