This is great! Could you please clarify the license for your code? Thanks!
SimpleDB: A Basic RDBMS Built from Scratch
21–30 of 53 posts
Re: SimpleDB: A Basic RDBMS Built from Scratch
#22A 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
#23Nice 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-ind…
Re: SimpleDB: A Basic RDBMS Built from Scratch
#24Hey, 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/
Re: SimpleDB: A Basic RDBMS Built from Scratch
#25The only one comment to add is
Amazon has an Amazon SimpleDB.
So different name might be before for your branding.
Re: SimpleDB: A Basic RDBMS Built from Scratch
#26Re: SimpleDB: A Basic RDBMS Built from Scratch
#27Hey, 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/
Re: SimpleDB: A Basic RDBMS Built from Scratch
#28Re: SimpleDB: A Basic RDBMS Built from Scratch
#29Hey, 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/
Re: SimpleDB: A Basic RDBMS Built from Scratch
#30There is already Amazon SimpleDB database service[1] written in Erlang, but it's kind of deprecated in favor of Amazon DynamoDB. [1] https://aws.amazon.com/simpledb/