Skip to content

Commit 59f096d

Browse files
Merge pull request #234806 from yossi-y/main
Added recommendation for explicit identifier
2 parents 595120a + e3d7bd7 commit 59f096d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-monitor/logs/query-optimization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,8 @@ Cross-region and cross-cluster execution of queries requires the system to seria
454454
A query that spans more than five workspaces is considered a query that consumes excessive resources. Queries can't span more than 100 workspaces.
455455

456456
> [!IMPORTANT]
457-
> In some multi-workspace scenarios, the CPU and data measurements won't be accurate and will represent the measurement of only a few of the workspaces.
457+
> - In some multi-workspace scenarios, the CPU and data measurements won't be accurate and will represent the measurement of only a few of the workspaces.
458+
> - Cross workspace queries having an explicit identifier: workspace ID, or workspace Resource Manager resource ID, consume less resources and are more performant. See [Create a log query across multiple workspaces](./cross-workspace-query.md#identify-workspace-resources)
458459
459460
## Parallelism
460461
Azure Monitor Logs uses large clusters of Azure Data Explorer to run queries. These clusters vary in scale and potentially get up to dozens of compute nodes. The system automatically scales the clusters according to workspace placement logic and capacity.

0 commit comments

Comments
 (0)