noun
replica set
Computing term, especially in MongoDB and distributed systems, referring to a group of database nodes that maintain the same data set.
MongoDBでは、レプリカセットを使ってデータの冗長性を確保します。
In MongoDB, replica sets are used to ensure data redundancy.
レプリカセットのノードがダウンした場合、自動的にフェイルオーバーが行われます。
If a node in the replica set goes down, failover occurs automatically.