Search:

Search all manuals
Search this manual
Manual
Couchbase Server マニュアル 2.0
Community Wiki and Resources
Couchbase Server 2.0をダウンロード
Couchbase 開発者ガイド 2.0
クライアントライブラリ
Couchbase Server フォーラム
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
4.2 サイジングのガイドライン
Chapter Sections
Chapters

4.2.3. ネットワーク帯域幅

ネットワーク帯域幅は通常クラスタサイジングの計算や準備において、重要な要因ではありません。しかしネットワーク帯域幅はクライアントからクラスタ内のデータへのアクセス、及びノード間の情報交換にとって非常に重要です。

一般的には、次の式を使用してネットワーク帯域幅の要件を計算することができます:

Bandwidth = (operations per second * item size) +
    overhead for rebalancing

秒間のオペレーション数は以下の通り計算することができます:

Operations per second = Application reads +
    (Application writes * Replica copies)