Database Normalization + Denormalization ? #72
Labels
discuss
Share your constructive thoughts on how to make progress with this issue
enhancement
New feature or enhancement of existing functionality
help wanted
If you can help make progress with this issue, please comment!
question
A question needs to be answered before progress can be made on this issue
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
While porting Hits from Node.js (with a filesystem "db") 🐌 to Phoenix 🚀with PostgreSQL 🐘
for: dwyl/product-roadmap#7 / dwyl/hits#66 ... 📈
It occurred to me that I'm making a rather large assumption about people's technical knowledge/experience of Database design in general and
normalization
specifically 💭People who have never read a text book on databases will most likely not have an immediate intuition as to how to structure a database for efficient storage and retrieval.
Todo
add a section to the tutorial Proposed Example Outline #51 explaining why we have chosen to normalize the data for efficient storage and querying.
https://en.wikipedia.org/wiki/Database_normalization
https://en.wikipedia.org/wiki/Denormalization
The text was updated successfully, but these errors were encountered: