Fundamentals of System Design — Part 2 – Hacker Noon
Applications need to have permanent storage for user or applications specific data. In memory data structures like linked list, arrays are optimised for access by CPU via pointers. Permanent storage is optimised for read/write access by clients/processes connecting to database server. A very important aspect of permanent persistence is data modelling. I will devote this post on how to choose a good data model for your application.
Read full article from Fundamentals of System Design — Part 2 – Hacker Noon
No comments:
Post a Comment