Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
DEV Community
Close
ESR (Equality, Sort, Range) Indexes Series' Articles
Back to Franck Pachot's Series
MongoDB Equality, Sort, Range (ESR) without Equality (SR): add an unbounded range predicate on the indexed sort field
Franck Pachot
Franck Pachot
Franck Pachot
Follow
for
MongoDB
Feb 11
MongoDB Equality, Sort, Range (ESR) without Equality (SR): add an unbounded range predicate on the indexed sort field
#
mongodb
#
indexing
#
database
5
reactions
Comments
2
comments
5 min read
Skip Scan in MongoDB with Range, Equality (RE) index as an alternative to Equality, Sort, Range (ESR)
Franck Pachot
Franck Pachot
Franck Pachot
Follow
for
MongoDB
Feb 27
Skip Scan in MongoDB with Range, Equality (RE) index as an alternative to Equality, Sort, Range (ESR)
#
mongodb
#
database
#
indexing
1
reaction
Comments
Add Comment
4 min read
Order-preserving or-expansion in MongoDB and $in:[,,] treated as a range skip scan, or exploded to an equality for the ESR rule
Franck Pachot
Franck Pachot
Franck Pachot
Follow
for
MongoDB
Feb 27
Order-preserving or-expansion in MongoDB and $in:[,,] treated as a range skip scan, or exploded to an equality for the ESR rule
#
mongodb
#
postgres
#
index
#
sort
8
reactions
Comments
Add Comment
5 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account