Skip to content

Commit

Permalink
Update best-practices.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ifadin authored Feb 9, 2024
1 parent f0ec6a8 commit 1957e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/best-practices.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Cursor-based pagination is a very powerful and valuable technique (see also
This is obtained by using an anchor element that allows to retrieve all page
elements directly via an ordering combined-index, usually based on `created_at`
or `modified_at`. Simple said, the cursor is the information set needed to
reconstruct the database query to retrieves the minimal page information from
reconstruct the database query that retrieves the minimal page information from
the data storage.

The {cursor} itself is an opaque string, transmitted forth and back between
Expand Down

0 comments on commit 1957e0d

Please sign in to comment.