architecture / database
Blog
Notes and articles organized by topic.
All (83)General (5)architecture (10)architecture / cloud (6)architecture / database (7)architecture / kubernetes (1)clean-code (1)cryptography (4)cs-fundamentals (12)general (3)interview (2)kafka (4)languages-and-frameworks / java (14)mongodb (5)personal-blogs (5)testing (2)threads-and-async (2)
Showing 7 post(s) in architecture / database
architecture / database
Things to consider during database architecture design
What are the principles to be used considered in database architecture design
Read more →architecture / database
How to improve database performance
Improving the performance of a database is a critical task for maintaining the responsiveness and efficiency of
Read more →architecture / database
Database scalability considering both RDBMS and NoSQL
Database scalability is the ability of a database system to handle an increased amount of work or to be readily
Read more →architecture / database
What is Database sharding
Database sharding is a type of database partitioning that separates very large databases into smaller, faster, more
Read more →architecture / database
Database technologies and use cases
Here are some real-life application scenarios for both relational and non-relational databases:
Read more →architecture / database