Skip to content

Commit 37a9500

Browse files
authored
Update query-plan-analysis.md (#383)
1 parent 26db24e commit 37a9500

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/query-plan-analysis.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Within your `phpstan-dba-bootstrap.php` file, you can optionally enable query plan analysis.
44
When enabled, `phpstan-dba` will error when queries are not using indices or queries are inefficient.
55

6+
The analyzer is reporting problems related to queries not using index, full-table-scans and too many unindexed reads.
7+
68
Passing `true` will enable the feature:
79

810
```php

0 commit comments

Comments
 (0)