Skip to content

Commit

Permalink
fix: typo (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kewinzaq1 authored Oct 1, 2023
1 parent 2612782 commit 03f1174
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Multi-Column Index
x# Multi-Column Index

👨‍💼 As we've accumulated more and more users who have more and more notes, we've
found that our query for the user list is getting slower and slower and using
Expand Down Expand Up @@ -323,7 +323,7 @@ go.
</callout-success>

So in our case, we look at the `WHERE` and then the `ORDER BY` to determine our
indexes. We're referencing the `updatedAt` in the `ORDER BY` and the `owerId` in
indexes. We're referencing the `updatedAt` in the `ORDER BY` and the `ownerId` in
the `WHERE`. We need to combine these columns in a single index to optimize this
query.

Expand Down

0 comments on commit 03f1174

Please sign in to comment.