1
0
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:
jbranchaud
2024-04-27 23:00:38 -05:00
parent 5bcdbbb3c7
commit 7dad6508d0

View File

@@ -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