JavaScript MongoDB NestJS TypeScript
API with NestJS #48. Definining indexes with MongoDB and Mongoose
The bigger our database is, the more demanding our queries become in terms of computing power. A common way of tackling this problem is by creating indexes. In this article, we explore this concept and create indexes with MongoDB and Mongoose. When performing a MongoDB query, the database must scan every document in a given […]