From 73d5a5f5ac025721a84a89b592e560a91e29ff61 Mon Sep 17 00:00:00 2001 From: Adrian Wong <55360387+adrianjw@users.noreply.github.com> Date: Sat, 4 May 2024 09:11:07 +1000 Subject: [PATCH] Update README.md update database section --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73baa39..7a40d62 100644 --- a/README.md +++ b/README.md @@ -102,14 +102,15 @@ Contributions are always welcome! - [ ] [Things You Should Know About Databases](https://architecturenotes.co/things-you-should-know-about-databases) - [ ] [7 Database Paradigms](https://youtu.be/W2Z7fbCLSTw) - [ ] [CAP theorem](https://en.wikipedia.org/wiki/CAP_theorem) +- [ ] [Database Storage Engines](https://en.wikipedia.org/wiki/Database_engine) - [ ] [Evolutionary Database Design](https://martinfowler.com/articles/evodb.html) - [ ] [ACID vs BASE in Databases](https://medium.com/geekculture/acid-vs-base-in-databases-1bcad774da26) +- [ ] [SQL vs. NoSQL Database: When to Use, How to Choose](https://towardsdatascience.com/datastore-choices-sql-vs-nosql-database-ebec24d56106) - [ ] [Understanding Database Sharding](https://www.digitalocean.com/community/tutorials/understanding-database-sharding) +- [ ] [Database Sharding Explained](https://architecturenotes.co/database-sharding-explained) - [ ] [Database Replication](https://galeracluster.com/library/documentation/tech-desc-introduction.html#database-replication) -- [ ] [SQL vs. NoSQL Database: When to Use, How to Choose](https://towardsdatascience.com/datastore-choices-sql-vs-nosql-database-ebec24d56106) - [ ] [How do database indexes work?](https://planetscale.com/blog/how-do-database-indexes-work) - [ ] [Redis Explained](https://architecturenotes.co/redis) -- [ ] [Database Sharding Explained](https://architecturenotes.co/database-sharding-explained) ## CI/CD