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
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ storing the path in the field ``path``; the path string uses the comma
For these queries an index *may* provide some performance
improvement *if* the index is significantly smaller than the
entire collection.

However, these queries can have similar performance by retrieving
the sub-tree's full path (e.g. ``/^,Books,Programming,/``) as this
will make use of the index efficiently.