8000
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 e6bae17 commit 6170e26Copy full SHA for 6170e26
README.md
@@ -442,7 +442,7 @@ CREATE INDEX ON items (category_id);
442
For multiple columns, consider a [multicolumn index](https://www.postgresql.org/docs/current/indexes-multicolumn.html).
443
444
```sql
445
-CREATE INDEX ON items (store_id, category_id);
+CREATE INDEX ON items (location_id, category_id);
446
```
447
448
Exact indexes work well for conditions that match a lower percentage of rows. Otherwise, [approximate indexes](#indexing) can work better.
0 commit comments