#database-design
Read more stories on Hashnode
Articles with this tag
Some of the lessons and patterns that are called standards or best practices, came as result of several years of experiences and in some cases,...
A good and performant database is not an accident, neither a Miracle. It is a combination of proper planning and execution. The more experienced one...
The database is a wide field yet very important. Every application and system uses some sort of database. Below are concepts and topics that one...
Choosing the right database is a daunting yet necessary step in the development phase. The earlier the points to consider are set the better for...
Not so long ago, Uber created their Database and they named it Schemaless DB. It is not every day that organizations choose to reinvent the wheel....
Scaling a database is hard and one of the ways of doing it is via Sharding. However, sharding is a complex process. Some companies such as Discord,...