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
2009-03-24
Support large count and nscanned
Aaron
2009-03-20
Remove old debug logging
Aaron
2009-03-19
Replace emptyObj with BSONObj()
Aaron
2009-03-18
Now forward startLoc, with test
Aaron
2009-03-18
Find requested oplog entry starting from tail of log
Aaron
2009-03-06
replace couple copy() calls with getOwned()
Aaron
2009-03-03
Move index cache to NamespaceDetailsTransient
Aaron
2009-03-03
Fail operation when old index can't be found
Aaron
2009-03-03
Add debug logging for missing recorded index
Aaron
2009-02-26
More detailed explain
Aaron
2009-02-26
More accurate nScanned recording with plan
Aaron
2009-02-26
Explain includes info on all plans attempted
Aaron
2009-02-26
Start using order with pattern in optimizer
Aaron
2009-02-26
Since we're now using iterative interleaving rather than threads, don't do a ...
Aaron
2009-02-26
Refactoring
Aaron
2009-02-25
If plan not doing as well as before, start using other plans too
Aaron
2009-02-25
findOne use new query optimizer
Aaron
2009-02-25
Update uses new query optimizer
Aaron
2009-02-25
Runner improvements
Aaron
2009-02-24
Uncomment lines
Aaron
2009-02-24
Recording plan configurable
Aaron
2009-02-24
Remember best index for query pattern
Aaron
2009-02-24
Better error detection
Aaron
2009-02-24
Remove old code
Aaron
2009-02-24
Remove old code
Aaron
2009-02-24
Merge branch 'master' of git@github.com:mongodb/mongo
Aaron
2009-02-24
move fieldset stuff into queryutil.*
Eliot Horowitz
2009-02-24
Merge
Aaron
2009-02-24
field bound set simplified query
Aaron
2009-02-24
Manually interleve query optimizer's plans rather than running each plan in a...
Aaron
2009-02-24
New query optimizer checkpoint, minus jstest changes
Aaron
2009-02-23
First cut of query and update using new qo
Aaron
2009-02-20
Cleaner
Aaron
2009-02-20
Compile linux
Aaron
2009-02-20
Compile windows
Aaron
2009-02-20
Count function using new query optimizer
Aaron
2009-02-20
Dummy count implementation
Aaron
2009-02-19
Build start and end keys checkpoint
Aaron
2009-02-19
Use const ref for bson objects
Aaron
2009-02-19
Implement hints, test direction
Aaron
2009-02-19
More correct definition of 'optimal'
Aaron
2009-02-19
More query plan details, choosing an optimal plan if there is one
Aaron
2009-02-18
More metadata about query plan
Aaron
2009-02-17
Fix unit test failure related to initialization order of static variables
Aaron Staple
2009-02-17
Some ordering logic
Aaron
2009-02-17
Better error message
Aaron
2009-02-17
More field bounds
Aaron
2009-02-17
FieldBound work
Aaron
2009-01-15
Indent all lines within namespaces one level
Aaron
2009-01-14
Put our code in 'mongo' namespace
Aaron
[next]