I learned a lot from your post, thanks for writing!
SimpleDB: A Basic RDBMS Built from Scratch
31–40 of 53 posts
Re: SimpleDB: A Basic RDBMS Built from Scratch
#32I 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.
Re: SimpleDB: A Basic RDBMS Built from Scratch
#33A quick question about the MIT course this student followed[1]. Am I correct in assuming that the way to follow this course would be to take the lecture notes, the assigned reading material, and simply read it before then moving on to the assignments? Just wanted to make sure I'm not missing some video/other content before I take a look into this stuff. [1] https://ocw.mit.edu/courses/electrical-engineering-and-compu…
Re: SimpleDB: A Basic RDBMS Built from Scratch
#34Re: SimpleDB: A Basic RDBMS Built from Scratch
#35I 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.
Re: SimpleDB: A Basic RDBMS Built from Scratch
#36Re: SimpleDB: A Basic RDBMS Built from Scratch
#37I 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.
https://github.com/erikgrinaker/toydb
Re: SimpleDB: A Basic RDBMS Built from Scratch
#38Hey, this is really great. Fun fact - there is another SimpleDB also written in Java [1]. The book (out of print I think) is a good read. [1] http://cs.bc.edu/~sciore/simpledb/