Skip to content

Commit

Permalink
Update README.mdx (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebat93 authored Dec 26, 2023
1 parent 6d9f84f commit 620d7fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ QUERY PLAN
`--SEARCH image USING INDEX UserImage_userId_key (userId=?) LEFT-JOIN
```

Whoops! It is using a index for the `ORDER BY`, but it's not telling us that
Whoops! It is using an index for the `ORDER BY`, but it's not telling us that
it's likely not using an index for the `LIKE` (according to
[the rules](https://www.sqlite.org/optoverview.html#the_like_optimization)).

Expand Down

0 comments on commit 620d7fb

Please sign in to comment.