summaryrefslogtreecommitdiff
path: root/db/dur.cpp
AgeCommit message (Expand)Author
2011-09-04turn off ageout code for now as implementation is unfinisheddwight
2011-08-19SERVER-2506 wasnt looping quite enough on journal commit checksdwight
2011-08-17samePartition should default to false as it is saferMathias Stearn
2011-08-17localized fix for SERVER-3623. Broader fix is SERVER-3632Mathias Stearn
2011-08-10SERVER-2506 journal faster if a j:1 pendingdwight
2011-08-10dbtests was broken on windows debug build after _rotate call changedwight
2011-08-09Don't do commitIfNeeded when not writeLocked SERVER-3553Mathias Stearn
2011-08-08SERVER-2506 configurable journal batch commit timedwight
2011-08-02journal compressiondwight
2011-08-02journal compressiondwight
2011-08-02journal compression. the write half of the work.dwight
2011-08-01Rotation is now an internal detail of the jouurnal code called automatically ...Mathias Stearn
2011-08-01journalRotate inside groupCommit not durThread SERVER-3412Mathias Stearn
2011-08-01commentdwight
2011-07-22fix 1.9.0 assertion curlogfile==0, dropdb_race.js manifests (rarely)dwight
2011-07-09commentsdwight
2011-06-21temp stop age out of journal files for backups. backport?Dwight
2011-04-29fix a race bug with mmmutex and dur in particular with closealldatabasesDwight
2011-04-18trap segfaults and such and try to log them on windowsdwight
2011-04-15fix race condition with experimental setparameter for commitfrequency more wo...Dwight
2011-04-08configurable commit batch time but this is still experimentalDwight
2011-04-06validate during commitDwight
2011-04-05compact fasterDwight
2011-04-04replace "dur" with "journal" in log messagesMathias Stearn
2011-03-25towards some actual performance testsDwight
2011-03-20make perftests stats output a little more easy to readdwight
2011-03-20attempt to fix setNoJournal. it could have been racing with WRITETODATAFILES?dwight
2011-03-20Revert "Temp make setNoJournal use journal to try to fix buildbot (or at leas...dwight
2011-03-19line endingsMathias Stearn
2011-03-18Temp make setNoJournal use journal to try to fix buildbot (or at least isolat...Mathias Stearn
2011-03-18fix compileMathias Stearn
2011-03-18with this change it is much more likely that a dur write intent issue will be...Dwight
2011-03-18improve paranoid debug outputdwight
2011-03-15fix attempt for getlasterror fsync true in 1.9dwight
2011-03-11dur move journal write outside of read lockdwight
2011-03-07commentDwight
2011-03-07dur typo in constant 180Dwight
2011-03-07dur commitIfNeeded returns if it commitedEliot Horowitz
2011-03-02the same check is done in the lock so if we remove this we eliminate the race...Dwight
2011-02-24faster: groupCommit already catches exceptionsdwight
2011-02-23csv output for dbtests perf for easy spreadsheetizationdwight
2011-02-15SERVER-2500 private map was using too much memory on windowsdwight
2011-02-11Releasing write lock is implicit commitIfNeededMathias Stearn
2011-02-04preallocate journal files. some file systems are quite slow otherwise.dwight
2011-02-04report earlycommits in serverStatus, as this could be very important to see i...dwight
2011-02-02dur stats are supposed to reset every 3 seconds, not be cumulativedwight
2011-01-28commentsdwight
2011-01-26mispellingdwight
2011-01-25Fix asserts. MongoMMF::open is outside mmmutex so files could be partially op...Mathias Stearn
2011-01-25dur debuggingEliot Horowitz