What is a Distributed Cluster?

Asked

Viewed 24 times

0

I am studying about database, specifically the mongoDB. So in the face of my ignorance, I would like to know what that expression, cluster distribuído or consulta em cluster distribuído, means.

1 answer

0

A distributed or parallel processing system is a system that interconnects multiple processing nodes (individual computers, not necessarily homogeneous) so that a large consumption process runs at the "most available" nodeor even subdivided by several knots. Therefore, obvious gains are achieved in these solutions: any task, if divisible in several subtasks, can be performed in parallel. (Wikipedia)

I recommend reading this article about Distributed Database to understand how this concept applies to your Mongodb database.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.