summaryrefslogtreecommitdiff
path: root/db/queryoptimizer.cpp
AgeCommit message (Expand)Author
2009-03-24Support large count and nscannedAaron
2009-03-20Remove old debug loggingAaron
2009-03-19Replace emptyObj with BSONObj()Aaron
2009-03-18Now forward startLoc, with testAaron
2009-03-18Find requested oplog entry starting from tail of logAaron
2009-03-06replace couple copy() calls with getOwned()Aaron
2009-03-03Move index cache to NamespaceDetailsTransientAaron
2009-03-03Fail operation when old index can't be foundAaron
2009-03-03Add debug logging for missing recorded indexAaron
2009-02-26More detailed explainAaron
2009-02-26More accurate nScanned recording with planAaron
2009-02-26Explain includes info on all plans attemptedAaron
2009-02-26Start using order with pattern in optimizerAaron
2009-02-26Since we're now using iterative interleaving rather than threads, don't do a ...Aaron
2009-02-26RefactoringAaron
2009-02-25If plan not doing as well as before, start using other plans tooAaron
2009-02-25findOne use new query optimizerAaron
2009-02-25Update uses new query optimizerAaron
2009-02-25Runner improvementsAaron
2009-02-24Uncomment linesAaron
2009-02-24Recording plan configurableAaron
2009-02-24Remember best index for query patternAaron
2009-02-24Better error detectionAaron
2009-02-24Remove old codeAaron
2009-02-24Remove old codeAaron
2009-02-24Merge branch 'master' of git@github.com:mongodb/mongoAaron
2009-02-24move fieldset stuff into queryutil.*Eliot Horowitz
2009-02-24MergeAaron
2009-02-24field bound set simplified queryAaron
2009-02-24Manually interleve query optimizer's plans rather than running each plan in a...Aaron
2009-02-24New query optimizer checkpoint, minus jstest changesAaron
2009-02-23First cut of query and update using new qoAaron
2009-02-20CleanerAaron
2009-02-20Compile linuxAaron
2009-02-20Compile windowsAaron
2009-02-20Count function using new query optimizerAaron
2009-02-20Dummy count implementationAaron
2009-02-19Build start and end keys checkpointAaron
2009-02-19Use const ref for bson objectsAaron
2009-02-19Implement hints, test directionAaron
2009-02-19More correct definition of 'optimal'Aaron
2009-02-19More query plan details, choosing an optimal plan if there is oneAaron
2009-02-18More metadata about query planAaron
2009-02-17Fix unit test failure related to initialization order of static variablesAaron Staple
2009-02-17Some ordering logicAaron
2009-02-17Better error messageAaron
2009-02-17More field boundsAaron
2009-02-17FieldBound workAaron
2009-01-15Indent all lines within namespaces one levelAaron
2009-01-14Put our code in 'mongo' namespaceAaron