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.

Ask HN: Things to keep in mind when building a database from scratch?

2 pointsby siferabout 6 years ago
I would like to attempt to build a custom database application, and would like to know some common pitfalls, gotchas, and overall pro tips for building one of these from scratch (independent of they "type" of database)

1 comment

hackermailmanabout 6 years ago
CMU has a course about building your own dbms and is what you&#x27;re looking for <a href="https:&#x2F;&#x2F;15721.courses.cs.cmu.edu&#x2F;spring2019&#x2F;" rel="nofollow">https:&#x2F;&#x2F;15721.courses.cs.cmu.edu&#x2F;spring2019&#x2F;</a> note there is YouTube lectures, also check previous years offerings. It focuses on Peloton but numerous asides each lecture about pitfalls, what architecture decisions won&#x27;t sell, what is bound to be a failed design strategy etc.This was all in the 2017 lectures I watched but I assume the most recent are similar.