Category Archives: mongodb

Khóa học miễn phí MongoDB – Aggregation nhận dự án làm có lương

MongoDB – Aggregation Aggregations operations process data records and return computed results. Aggregation operations group values from multiple documents together, and can perform a variety of operations on the grouped data to return a single result. In SQL count(*) and with group by is an equivalent of MongoDB aggregation. The aggregate() Method For the aggregation […]

Khóa học miễn phí MongoDB – Replication nhận dự án làm có lương

MongoDB – Replication Replication is the process of synchronizing data across multiple servers. Replication provides redundancy and increases data availability with multiple copies of data on different database servers. Replication protects a database from the loss of a single server. Replication also allows you to recover from hardware failure and service interruptions. With additional copies […]