Dave Hudson

hashingit.com

Database design reading

2020-05-02 15:01 - 1 min read

I ran across a researcher called Daniel Lemire who has a really interesting blog about performance at lemire.me. The blog is great and also has some really good advice about writing good papers.

This led me to read his paper A Call to Arms: Revisiting Database Design in which he and Antonio Badia argue that we need to think about database design in a very different way. Rather than using normalised RDBMS principles, we need something that meets the needs of people who are not trained to handle this formal model.

This feels like an important concept. Programmers design schemas because we’re used to thinking about how we organise things, but even we’re not very good at dealing with the implications of versioning.

This is also leading me to a bunch of Pat Helland’s papers. Some of these I’ve read before but had lost track of, especially Immutability Changes Everything.

More journal entries