We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26db24e commit 37a9500Copy full SHA for 37a9500
docs/query-plan-analysis.md
@@ -3,6 +3,8 @@
3
Within your `phpstan-dba-bootstrap.php` file, you can optionally enable query plan analysis.
4
When enabled, `phpstan-dba` will error when queries are not using indices or queries are inefficient.
5
6
+The analyzer is reporting problems related to queries not using index, full-table-scans and too many unindexed reads.
7
+
8
Passing `true` will enable the feature:
9
10
```php
0 commit comments