Skip to content

David’s Blog

A collection of what I learn as .NET developer, or even as a coder

Category: Persistence

Introduction to NoSQL

Posted on May 17, 2020May 17, 2020No Comments on Introduction to NoSQL

Problem of Relational Database Most of the time the necessary data displayed to the user on a page as a logical one-piece is chopped into pieces and saved to different tables in a relational database. When there are lots of traffics to the application and it’s time to scale, with SQL, you can really only … Continue reading Introduction to NoSQL

David’s Blog

Blog at WordPress.com.

Back to top