mirror of
https://github.com/jbranchaud/til
synced 2026-01-07 00:58:02 +00:00
Fix typo in code snippet for latest TIL
This commit is contained in:
@@ -20,7 +20,7 @@ keyword:
|
|||||||
```sql
|
```sql
|
||||||
create index user_id_on_events_idx
|
create index user_id_on_events_idx
|
||||||
on (user_id)
|
on (user_id)
|
||||||
includes (identifier, type);
|
include (identifier, type);
|
||||||
```
|
```
|
||||||
|
|
||||||
An index on its own can already cause a significant speed up to the queries it
|
An index on its own can already cause a significant speed up to the queries it
|
||||||
|
|||||||
Reference in New Issue
Block a user