Had an interesting discussion on twitter regarding storing relational data and how to essentially pre-render joins across data to improve performance at the cost of storage space. To my knowledge, this isn't really possible, and goes against the ethos of relational databases anyway i.e. avoid duplication of data, one record for any bit of information … Continue reading Data vs CPU costs