index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
db
/
queryoptimizer.cpp
Age
Commit message (
Expand
)
Author
2011-08-17
SERVER-3555 assert when or query yield fails to prevent potential invalid mem...
Aaron
2011-08-05
SERVER-3064 out for now - too many issues with rollback
Eliot Horowitz
2011-08-05
handle m/r errors via assertion exceptions to keep consistent error interface...
gregs
2011-08-05
fix for test case
gregs
2011-08-05
don't throw error with unfulfillable query in mr SERVER-3478
gregs
2011-08-05
do not allow _id scans on capped collections SERVER-3064
Eliot Horowitz
2011-08-04
SERVER-3373 don't check for useless or unnecessarily
Aaron
2011-08-04
SERVER-3373 query optimizer optimizations, primarily for non or queries
Aaron
2011-06-24
QueryPlanSet::Runner::mayYield cleaning
Eliot Horowitz
2011-06-15
yield with disk prep for ClientCursor SERVER-2563
Eliot Horowitz
2011-06-02
slightly simplify usage of our_priority_queue
Aaron
2011-06-02
SERVER-2977 check specifically for out of order assertion when constructing Q...
Aaron
2011-06-02
SERVER-480 SERVER-2884 Perform in memory sorts by generating keys suitable fo...
Aaron
2011-05-31
begin using SimpleMutex when appropriate
Dwight
2011-05-26
issue with priroity queue usage
dwight
2011-05-23
use firstElementFieldName()
dwight
2011-05-17
SERVER-2977 generate cursor in NamespaceDetailsTransient, and short circuit s...
Aaron
2011-05-17
SERVER-2977 add nscanned to query optimizer cursor
Aaron
2011-05-17
SERVER-2977 add yielding, simple ordering, and some exception handling to que...
Aaron
2011-05-11
detect special indices without special syntax marked in query
gregs
2011-05-11
don't override cursor matcher with default op matcher
gregs
2011-05-11
nicer debugging message
Eliot Horowitz
2011-05-04
SERVER-2977 initial version of query optimizer cursor
Aaron
2011-05-03
Merge branch 'master' into main
Dwight
2011-05-02
rename FieldRangeOrSet to OrRangeGenerator
Aaron
2011-05-02
Don't pop or clause when table has been scanned
Aaron
2011-05-01
optimize _id : { x : 5 } query
Eliot Horowitz
2011-04-25
SERVER-958 merge and address mongos dependency differences
Aaron
2011-04-25
SERVER-958 Track non single key field ranges and utilize them in query planning
Aaron
2011-04-21
checkpoint index v2 work
Dwight
2011-04-07
code style
Aaron
2011-04-07
queryoptimizer comments and cleanup
Aaron
2011-04-06
skip indices which require sorting for distinct SERVER-2135
gregs
2011-04-05
queryoptimizer variable names
Aaron
2011-03-31
SERVER-1932 Don't check invalid field range with table scan
Aaron
2011-03-21
SERVER-2245 use original IndexSpec with full attributes in FieldRangeVector
Aaron
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-12-22
pass ns to staticYield so can log on error/warning SERVER-2268
Eliot Horowitz
2010-12-14
SERVER-2217 queryoptimizer handle properly when notablescan exception is gene...
Aaron
2010-12-07
SERVER-2189
Aaron
2010-11-15
get if a cursor is a multi key
Eliot Horowitz
2010-11-12
qo standards 2
Eliot Horowitz
2010-11-12
qo standards
Eliot Horowitz
2010-11-12
qo cleaning
Eliot Horowitz
2010-11-12
method on cursor to say if a key might be different than in the object
Eliot Horowitz
2010-10-19
more cleaning toward conventions
dwight
2010-10-15
allow changing notablescan at runtime via {set:} command
Dwight
2010-09-14
SERVER-1213 allow splitting of or ranges
Aaron
2010-08-26
when using a special index, don't record because may screw up later SERVER-1669
Eliot Horowitz
2010-08-03
SERVER-1528 account for expensive skipping operations in nscanned
Aaron
[next]