← Glossary
テクノロジ系 (Technology)Tested 2×
レプリケーション
れぷりけーしょん · Replication (database)
A DBMS feature that copies and synchronizes the contents of one computer's database to another computer's database in real time or periodically. It is used to improve availability (allowing service to continue if one node fails) and for load balancing (offloading read operations to replica nodes). Unlike a backup, replication continuously reflects the latest data state.
Past questions testing this term · 2 questions
- 2025r07 #82あるコンピュータのデータベースの内容を他のコンピュータのデータベースに複製して,両者の内容が一致するように同期させる DBMS の機能はどれか。
- 2017h29h #78DBMS において,あるサーバのデータを他のサーバに複製し,同期をとることで,可用性や性能の向上を図る手法のことを何というか。