TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Database Internals

305 pointsby pointy_hatover 5 years ago

10 comments

playing_coloursover 5 years ago
This is a very good book! Recently, I am very happy with a number of more foundational data books from O’Reilly:<p>Designing Data-Intensive Applications <a href="https:&#x2F;&#x2F;dataintensive.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dataintensive.net&#x2F;</a><p>Streaming Systems <a href="http:&#x2F;&#x2F;shop.oreilly.com&#x2F;product&#x2F;0636920073994.do" rel="nofollow">http:&#x2F;&#x2F;shop.oreilly.com&#x2F;product&#x2F;0636920073994.do</a><p>and this one.
评论 #21793895 未加载
评论 #21794356 未加载
chrisseatonover 5 years ago
I&#x27;ve been reading this book for the last few days - it is <i>way</i> above what you expect these days for a technical book from a popular publisher in terms of its description of underlying data structures and algorithms. It&#x27;s also easy to read. The depth of a text book with the approachability of a typical working programmer&#x27;s book.
manigandhamover 5 years ago
I also recommend following Andy Pavlo and the CMU Database Group which has lots of free courses, videos and material:<p><a href="https:&#x2F;&#x2F;db.cs.cmu.edu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;db.cs.cmu.edu&#x2F;</a><p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UCHnBsf2rH-K7pn09rb3qvkA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UCHnBsf2rH-K7pn09rb3qvkA</a>
评论 #21797141 未加载
elamjeover 5 years ago
The topical overview certainly sounds interesting, but sounds extremely similar to Designing Data Intensive Applications which also covers modern DB internals.<p>What’s the sell here?
评论 #21794321 未加载
评论 #21793840 未加载
HappyJoyover 5 years ago
Database Design and Implementation by Edward Sciore implements a fully working relational database from buffer manager up to parser and beyond. It&#x27;s very much in the spirit of Tanenbaum&#x27;s OS book.<p>Here&#x27;s the landing page for the book&#x27;s implementation: <a href="http:&#x2F;&#x2F;www.cs.bc.edu&#x2F;~sciore&#x2F;simpledb&#x2F;intro.html" rel="nofollow">http:&#x2F;&#x2F;www.cs.bc.edu&#x2F;~sciore&#x2F;simpledb&#x2F;intro.html</a><p>Unfortunately, I don&#x27;t think the book is in print anymore.
abhinaba1over 5 years ago
I am reading this book for the past few days. Very well written!
_y5hnover 5 years ago
Grey text on white background =&gt; almost unreadable on my screen and I don&#x27;t usually have problems with low contrast.
评论 #21795263 未加载
mesaframeover 5 years ago
In past few days I&#x27;ve heard so many praises and also I have heard so much criticism about Database Books in general.<p>What makes this book so much better?
评论 #21796998 未加载
alfiedotwtfover 5 years ago
Nice. This is the book I&#x27;ve been wishing someone wrote for a long time. Finally! Insta-buy.
commandersakiover 5 years ago
Is this a full fee paid course for on campus students?<p>Because if it is, I would be miffed and feel short changed to be told to watch youtube lectures on my own time. I value face to face time and interactivity with my professor or lecturer. If this is a heavily discounted course due to the crippled way it is taught then I have no issue.<p>From the syllabus:<p>CS144 is taught using a combination of lectures and videos. In previous years, it was entirely “flipped”; i.e. all the lecture material was taught by videos. This year things are different and we are going to mix things up: Some weeks, including the first week, will be based on recorded videos that you are required to watch in your own time. We will call these Video Weeks. Other weeks, including the second week, are based entirely on in-class lectures, and you don’t need to watch any videos. We will call these Lecture-only Weeks. So why mix things up? We are teaching this way because we have found that some of the material (e.g. the basic principles you learn in week 1) are most efficiently learned by watching videos - the concepts are fairly simple and the material is descriptive; a video is a more efficient use of your time. Other material, such as when you learn about congestion control in week 4, is best learned in person, interactively in a lecture.
评论 #21794787 未加载
评论 #21797800 未加载