Tuesday, July 11, 2017

MongoDB Indexing Types: How, When and Where Should They Be Used?

DZone Database Zone
MongoDB Indexing Types: How, When and Where Should They Be Used?

In this blog post, we will talk about MongoDB indexing and the different types of indexes that are available in MongoDB.

MongoDB is a NoSQL database that is document-oriented. NoSQL databases share many features with relational databases, and one of them is indexes. The question is, how are such documents indexed in the database?

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...