data consistence between cache and database — cache aside
One question that may be frequently asked during an interview is that how you ensure data consistence between cache and database in an application. In […]
Read More →One question that may be frequently asked during an interview is that how you ensure data consistence between cache and database in an application. In […]
Read More →A few days ago, I encountered the term ‘ACID’ when reading one article about database. I summarized the term in this post after searching it […]
Read More →The below normal forms should be enforced when the table of a database is designed. First Normal Form: A table is not in first normal […]
Read More →