Ask HN: What does database (internals) development look like?
11–15 of 15 posts
Re: Ask HN: What does database (internals) development look like?
#12Start by watching Michael Stonebraker's Turing Award lecture, he will give you the lowdown and inspiration: https://youtu.be/BbGeKi6T6QI Start with relational, understand why it is the reference architecture, and from there the tradeoffs involved and what other architectures bring to the table (columnar, streaming, object, in-memory, array, distributed, blockchain, nosql, etc) To really understand why you should star…
I would like to add that CMU’s Database course by Andy Pavlo is quite nice and they go in really in-depth explaining the internals. Really fun lectures!
Re: Ask HN: What does database (internals) development look like?
#13Start by watching Michael Stonebraker's Turing Award lecture, he will give you the lowdown and inspiration: https://youtu.be/BbGeKi6T6QI Start with relational, understand why it is the reference architecture, and from there the tradeoffs involved and what other architectures bring to the table (columnar, streaming, object, in-memory, array, distributed, blockchain, nosql, etc) To really understand why you should star…
Re: Ask HN: What does database (internals) development look like?
#14i think good example too is clickhouse analytics db, their development is all on github, fun to read issues and release notes every once in a while
Re: Ask HN: What does database (internals) development look like?
#15As data needs will vary so does skills and knowledge. Best to figure out what sort of field of data that interests you and learn towards the environments that are used in it.