Skip to content

Commit

Permalink
Update README.mdx (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebat93 authored Dec 26, 2023
1 parent 620d7fb commit 432e5e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ QUERY PLAN
```

It's still leverage the index for the `ORDER BY`, but it's not telling us that
it's likely note using an index for the `LIKE`.
it's likely not using an index for the `LIKE`.

🐨 Before we put the subquery in the `ORDER BY`, let's look at the subquery on
its own:
Expand Down

0 comments on commit 432e5e1

Please sign in to comment.