mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
Fix typo in code snippet for latest TIL
This commit is contained in:
@@ -20,7 +20,7 @@ keyword:
|
||||
```sql
|
||||
create index user_id_on_events_idx
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user