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.

Readings in Database Systems, 5th Edition

189 pointsby timfover 9 years ago

8 comments

krat0sprakharover 9 years ago
For an interesting overview of the current landscape in database development, checkout this awesome interview[0] featuring Michael Stonebraker (one of the co-authors of this book). Hands down my favorite podcast episode!<p>[0] - <a href="http:&#x2F;&#x2F;www.se-radio.net&#x2F;2013&#x2F;12&#x2F;episode-199-michael-stonebraker&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.se-radio.net&#x2F;2013&#x2F;12&#x2F;episode-199-michael-stonebra...</a>
mattsteover 9 years ago
Stonebraker recently gave a talk at my school on where he thinks databases are headed in the future[0]. Definitely worth a watch.<p>[0] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=KRcecxdGxvQ&amp;feature=youtu.be" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=KRcecxdGxvQ&amp;feature=youtu.be</a>
评论 #10695704 未加载
CurtMonashover 9 years ago
<a href="http:&#x2F;&#x2F;www.dbms2.com&#x2F;2008&#x2F;02&#x2F;16&#x2F;stonebraker-database-taxonomy&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.dbms2.com&#x2F;2008&#x2F;02&#x2F;16&#x2F;stonebraker-database-taxonom...</a>, from 2008, may provide some historical context.<p>Anyhow, I saw this only after hitting my alcohol tolerance for the night, so I haven&#x27;t made it all the way through on a first read. That said:<p>1. Mike writes confusingly about MapReduce. In one place he calls it a &quot;data model&quot;. That&#x27;s wildly incorrect. In another he says that Hadoop was introduced as a MapReduce clone. That&#x27;s a more minor error, mainly in product naming.<p>2. Mike also oversells the success to date of columnar analytic RDBMS. That said, he&#x27;s at least directionally correct. But Oracle and Teradata (specifically in its classical row-based mode) aren&#x27;t dead yet.<p>3. I think Mike slightly misinterprets what&#x27;s going on with SparkSQL. It&#x27;s not directly in the analytic RDBMS category, and those who try to use it as such often give up. Rather, there are data processing pipelines, and SQL is used in certain necessary and high-volume steps.
latenightcodingover 9 years ago
Awesome, this is also a good read on databases: <a href="http:&#x2F;&#x2F;db.cs.berkeley.edu&#x2F;papers&#x2F;fntdb07-architecture.pdf" rel="nofollow">http:&#x2F;&#x2F;db.cs.berkeley.edu&#x2F;papers&#x2F;fntdb07-architecture.pdf</a>
评论 #10695294 未加载
ckaygusuover 9 years ago
I went through Sciore&#x27;s book [0] while learning about relational database internals. As part of his book, the author also developed a minimal database system named SimpleDB [1] in Java. I can safely say that its source code is very easy to understand. Though the book is not free, SimpleDB is.<p>[0]: <a href="http:&#x2F;&#x2F;eu.wiley.com&#x2F;WileyCDA&#x2F;WileyTitle&#x2F;productCd-EHEP000711.html" rel="nofollow">http:&#x2F;&#x2F;eu.wiley.com&#x2F;WileyCDA&#x2F;WileyTitle&#x2F;productCd-EHEP000711...</a><p>[1]: <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>
评论 #10696972 未加载
评论 #10697490 未加载
fasteoover 9 years ago
OT<p>My father introduced me to Jung&#x27;s Red Book [1] many years ago; it is a truly fascinating psychology book.<p>[1]<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;The_Red_Book_(Jung)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;The_Red_Book_(Jung)</a>
gluejarover 9 years ago
Now in EPUB and kindle, too. <a href="https:&#x2F;&#x2F;unglue.it&#x2F;work&#x2F;153041&#x2F;" rel="nofollow">https:&#x2F;&#x2F;unglue.it&#x2F;work&#x2F;153041&#x2F;</a>
0xFFCover 9 years ago
I love people who provide free scientific material for college student (or overall everybody). I am in religious country and I am ex-Muslim . In my perspective , if I were to choose prophet for humanity , I would choose people who educate people (or provide education material -books , papers, etc- for people) freely .<p>p.s. no offence . I am not saying people who selling their books are bad guys, not at all . I am just saying people who provide free material in my opinion are doing something incredible to humanity .<p><i>update</i> : When I am saying &quot;educate people* , I absolutely mean science.
评论 #10695092 未加载