Advertisement

Fundamentals of Document Databases

A document database (sometimes referred to as a “document store” or a “document-oriented database”), is a NoSQL or non-relational database. However, document databases use an index to associate “keys” with “documents,” making them more efficient at retrieving data. Unlike relational databases, document databases are not structured with a format of rows and columns, but scale […]

How to Design Schema for Your NoSQL Database?

Click to learn more about author Akshay Pore. In my previous blogs I outlined a framework to perform a fit analysis for choosing the right NoSQL database for your application: NoSQL Data Architecture & Data Governance: Everything You Need to Know How to Choose the Right NoSQL Database for Your Application? After choosing a NoSQL database, […]

How to Choose the Right NoSQL Database

This is the second part of an ongoing series on NoSQL Databases, the first part was NoSQL Data Architecture & Data Governance: Everything You Need to Know. In that first part, I explained different NoSQL Database types and provided a few use cases suitable for each type. But that is not sufficient when you are […]