Skip to content

TokuMX 1.1.0

Compare
Choose a tag to compare
@leifwalsh leifwalsh released this 21 Aug 12:30
· 3356 commits to master since this release

General

  • This release introduces background indexing support and a fast bulk loader for mongoimport and mongorestore.

New features and improvements

  • Background indexing is now supported. (#9, #372)
  • A bulk load API has been introduced (beginLoad, commitLoad, and abortLoad commands) that increases the throughput of initial bulk collection loading. This API is used automatically by mongoimport and mongorestore when loading into a non-existent collection or when using the --drop option, and is documented in the User's Guide. (#287, #288, #313, #371, #386, #387)
  • Reduced the recovery logging overhead of insert/update/delete workloads. (#10, #370)
  • Improved the reliability of index builds. (#290, #295, #296)
  • Improved the concurrency of certain highly multi-threaded modification workloads. (#342, #343, #358, #432)
  • Optimized the thread that purges old entries from the oplog. (#399, #435, #447)
  • Improved the reliability of distributed locks used in sharding. (#451)