TheCandidStartup / TheCandidStartup.github.io

The Candid Startup Blog
https://www.thecandidstartup.org
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

2023/06/19/normalized-relational-database-grid-view #23

Open utterances-bot opened 9 months ago

utterances-bot commented 9 months ago

Normalized Relational Database Grid View

Let me take you back to a time before NoSQL, when E.F. Codd’s relational rules and normal forms were the last word in database design. Data was modelled logically, without redundant duplication, with integrity enforced by the database.

https://www.thecandidstartup.org/2023/06/19/normalized-relational-database-grid-view.html

Wayne82 commented 9 months ago

"There’s nothing worse than explaining to a customer that an application is slow because of something that other customers are doing". In reality I think we will never explain it this way, though it is very true. :) In general, for a multi-tenants system, fairness control to restrain the noisy neighbor is vital for resiliency of the system.

timwiegand commented 9 months ago

That's why they don't let engineers talk to customers!