Live data from Hacker News

Foundations of Databases (1995)

webdam.inria.fr

1–10 of 57 posts

Re: Foundations of Databases (1995)

#7

Anyone recommend a good book specifically on distributed databases (not more general distributed systems stuff like e.g. klepmann's DDIA)?

In case someone isn't aware, Designing Data-Intensive Applications is a very good introduction to distributed databases, even if it doesn't specialize in them.

Re: Foundations of Databases (1995)

#10
It's incredible how little attention is paid to data modeling and querying in the education of people entering the software engineering workforce.

Getting your database model right, on the logical and physical level, will make developing and deploying any data-driven app simpler and easier. Getting it wrong? No modern programming language or architectural pattern will save you from the worst kinds of bugs, workarounds and bad performance.

Do yourself a favor and read this or any other legendary DB book.

Post reply on HN