Update depth_and_complexity.md

This commit is contained in:
Joe Zhou 2022-01-18 12:07:23 -05:00 committed by GitHub
parent d376f1277b
commit 4474bff19f
1 changed files with 2 additions and 2 deletions

View File

@ -112,6 +112,6 @@ impl Query {
}
```
**Note: The complexity calculation is done in the validation phase and not in the execution phase, so you don't have to worry about the query
over-limit causing the execute only part of the query.**
**Note: The complexity calculation is done in the validation phase and not the execution phase,
so you don't have to worry about partial execution of over-limit queries.**