# Colossus ## 概要 [[Google]] が開発したクラスタ規模の分散ファイルシステムである。通常のファイルシステムセマンティクスに加えてレプリケーションと暗号化を提供し、[[Bigtable]] や [[Spanner]]、Blobstore など複数のデータベース層の基盤として使われる。物理層である D(スピニングディスクとフラッシュストレージの双方を扱うファイルサーバで、ほぼ全マシン上に稼働する)の上に構築され、GFS(Google File System)の後継にあたる。(Source: [[@2016__OReilly__SRE Book - Chapter 2 The Production Environment at Google, from the Viewpoint of an SRE]]) > [!note] 本ページの「Colossus」は Google の分散ファイルシステムを指す。同名の [[Colossus 2]](xAI が運用する GPU 訓練クラスタ)とは無関係の別システムである。 ## 関連 - ソース: [[@2016__OReilly__SRE Book - Chapter 2 The Production Environment at Google, from the Viewpoint of an SRE]] - エンティティ: [[Google]] / [[Bigtable]] / [[Spanner]] / [[Google File System]] - 概念: [[分散ストレージ]] ## 出典 - [[@2016__OReilly__SRE Book - Chapter 2 The Production Environment at Google, from the Viewpoint of an SRE]]