浏览 1965 次
锁定老帖子 主题:专家对 MapReduce 批评的要点
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2010-01-21
DeWitt和Stonebraker对MapReduce的批评 我客观的记录一下其中的要点,以分享,如下: 4. MapReduce is missing features All of the following features are routinely provided by modern DBMSs, and all are missing from MapReduce: * Bulk loader — to transform input data in files into a desired format and load it into a DBMS * Indexing — as noted above * Updates — to change the data in the data base * Transactions — to support parallel update and recovery from failures during update * Integrity constraints — to help keep garbage out of the data base * Referential integrity — again, to help keep garbage out of the data base * Views — so the schema can change without having to rewrite the application program In summary, MapReduce provides only a sliver of the functionality found in modern DBMSs. 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |