当前位置:  开发笔记 > 后端 > 正文

MongoDB Transactions With TokuDB's Fractal Tree In

MongoDBTransactionsWithTokuDBsFractalTreeIndexesEngine:InterestingnewdirectionofTokuDBpushingtheirstorageenginebasedonFractalTreeIndexestoMongoDB:RunningMongoDBwithFractalTreeIndexes(usedtodayintheMySQLs

MongoDB Transactions With TokuDB's Fractal Tree Indexes Engine: Interesting new direction of TokuDB pushing their storage engine based on Fractal Tree Indexes to MongoDB: Running MongoDB with Fractal Tree Indexes (used today in the MySQL s

MongoDB Transactions With TokuDB's Fractal Tree Indexes Engine:

Interesting new direction of TokuDB pushing their storage engine based on Fractal Tree Indexes to MongoDB:

Running MongoDB with Fractal Tree Indexes (used today in the MySQL storage engine TokuDB) is fully transactional. Each statement is transactional. If an update is to modify ten rows, then either all rows are modified, or none are. Queries use multi-versioning concurrency control (MVCC) to return results from a snapshot of the system, thereby not being affected by write operations that may happen concurrently.

Original title and link: MongoDB Transactions With TokuDB’s Fractal Tree Indexes Engine (NoSQL database?myNoSQL)

推荐阅读
小白也坚强_177
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有