Below you will find pages that utilize the taxonomy term “document-database”
Posts
Document vs Relational Database
Overview On my latest project, I had the opportunity to explore an alternative to relational databases: Document Databases. Document Databases belong to a category called NoSQL databases.
I found a couple of advantages of using a document database compared to a traditional relational database, which I will demonstrate with an examples below.
Schema flexibility Let’s say you have a table that stores user’s information. Let’s store just first and last name.
read more