设计数据密集型应用(影印版)

- 书名:设计数据密集型应用(影印版)
- 作者: MartinKleppmann
- 格式:AZW3,EPUB
- 时间:2024-06-15
- 评分:9.9
- ISBN:9787564173852
内容简介:
书中包含以下内容:
深入分析你已经在使用的系统,并学习如何更高效地使用和运维这些系统
通过识别不同工具的优缺点,作出更明智的决策
了解一致性、可伸缩性、容错性和复杂度之间的权衡
理解分布式系统研究,这些研究是现代数据库构建的基石
走到一些主流在线服务的幕后,学习它们的架构
下载地址:
标签:
文章链接:https://www.dushupai.com/book-content-14924.html(转载时请注明本文出处及文章链接)
- 上一篇: 大话处理器
- 下一篇: 程序员的数学思维修炼(趣味解读)
最新评论:
更多
-
cobbliu2018-12-23条理、逻辑、语言都极度舒服,尤其是每一章都引用了非常多的参考文献,这些参考文献大多数都值得一读。算是分布式系统工程概述性方面写得最好的书籍!
-
byte2018-04-28真是一本好书,分析问题,解决问题,理论联系实践。有时间要二刷。PS:最后一章最后一节比一般技术书籍真是不知道要高到哪里去。2019.12.2 二刷完毕,感觉依然那么棒!
-
很自然的宿命2020-08-30真是又一本搞技术的必读书啊,还需实践和再读
最新书摘:
更多
-
Collapse2018-08-05...most people who write code for money. They have no idea where [their culture came from].
-
晔2018-07-23However, in the move to dis‐ tributed (replicated and partitioned) databases, many systems have abandoned them, claiming that transactions are too expensive in terms of performance and availability, and asserting that eventual consistency is inevitable in a scalable system. There is some truth in that statement, but it is overly simplistic, and we will develop a more nuanced view over the course of the rest of this book.
-
红色有角F叔2018-05-13Index-range locksUnfortunately, predicate locks do not perform well: if there are many locks by active transaction, checking for matching locks becoms time-consuming. For that reason, most databases with 2PL actually implement index-range locking (also known as next-key locking), which is a simplified approximation of predicate locking.an approxinmation of the search condition is attached to one of the indexes. Now, if anohter transaction wants to insert, update, or delete a booking for the same room and/or an overlapping time period, it will have to update the same part of the index. In the process of doing so, it will encounter the shared lock, and it will be forced to wait until the lock is released.
猜你喜欢:
-
学习教育
-
学习教育
-
学习教育
-
学习教育
-
学习教育
-
学习教育
-
学习教育
-
学习教育