February 2018
Intermediate to advanced
246 pages
6h 3m
English
Now that we have established why we are opting to use a relational database, let us move onto the next question: how can we ensure that our database doesn't become a single point of failure?
Let us first consider what are the consequences if a database fails:
Of the two consequences, the latter is more critical. Consider our blogging application, while being able to write new blog posts is important, the vast majority of the users on our site will be readers. This is the norm for most everyday user-facing applications. Hence, we should try to ensure that we are always able to read data from the database even if we are no longer able to write new ...
Read now
Unlock full access