Live data from Hacker News

SimpleDB: A Basic RDBMS Built from Scratch

awelm.com

1–10 of 53 posts

Re: SimpleDB: A Basic RDBMS Built from Scratch

#4
Nice work! In my experience adding (basic) support for indexes shouldn't be too hard [0].

And good choice to support transactions up front. Adding that in later is pretty challenging.

Mine doesn't support transactions and refactoring to support it would take a while. :(

If HN-ers are interested in more database Internals content check out /r/databasedevelopment too.

[0] https://notes.eatonphil.com/database-basics-indexes.html

Re: SimpleDB: A Basic RDBMS Built from Scratch

#9

I love seeing these educational databases. I'm still waiting for one to implement some form of MVCC, every one so far always seems to use 2 phase locking.

What other educational databases are you looking at? Curious in case I'm missing any of them.
Post reply on HN