Tag: Database

Performance tip: About MongoDB

This article provides an overview of the basics of MongoDB performance, including a discussion of the different types of storage engines, the importance of indexing, and other tips for optimizing MongoDB performance.

Solution: Transaction of Redis cluster

This article provides an overview of the transaction system for Redis cluster, which is a distributed database system for managing large datasets. It explains how transactions are handled in Redis cluster, the various types of transactions available, and the advantages and disadvantages of using transactions in Redis cluster. It also provides an example of a transaction in Redis cluster.

Database - Part2 : DBMS

Let's check what is DBMS

Database - Part1 : The CAP Theorem

Think why noSQL we need.