Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/use-cases/product-catalog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ key is difficult to predict without information about your database's
actual activity and distribution. Consider that:

- ``details.issue_date`` would be a poor addition to the shard key
because, although it appears in a number of queries, no query was
because, although it appears in a number of queries, no queries were
were *selective* by this field.

- you should include one or more fields in the ``detail`` document
Expand Down