

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# PostgreSQL のマルチテナント SaaS パーティショニングモデル
<a name="partitioning-models"></a>

マルチテナンシーを実現する最善の方法は、SaaS アプリケーションの要件によって異なります。以下のセクションでは、PostgreSQL でマルチテナンシーを正常に実装するためのパーティショニングモデルを示します。

**注記**  
このセクションで説明するモデルは、Amazon RDS for PostgreSQL と Aurora PostgreSQL 互換の両方に適用されます。このセクションの *PostgreSQL* への参照は、両方のサービスに適用されます。

PostgreSQL for SaaS パーティショニングで使用できる高レベルモデルは、サイロ、ブリッジ、プールの 3 つです。次の図は、サイロモデルとプールモデル間のトレードオフをまとめたものです。ブリッジモデルは、サイロモデルとプールモデルのハイブリッドです。


****  

| **パーティショニングモデル** | **利点** | **欠点** | 
| --- | --- | --- | 
| サイロ | [See the AWS documentation website for more details](http://docs.aws.amazon.com/ja_jp/prescriptive-guidance/latest/saas-multitenant-managed-postgresql/partitioning-models.html) | [See the AWS documentation website for more details](http://docs.aws.amazon.com/ja_jp/prescriptive-guidance/latest/saas-multitenant-managed-postgresql/partitioning-models.html) | 
| プール | [See the AWS documentation website for more details](http://docs.aws.amazon.com/ja_jp/prescriptive-guidance/latest/saas-multitenant-managed-postgresql/partitioning-models.html) | [See the AWS documentation website for more details](http://docs.aws.amazon.com/ja_jp/prescriptive-guidance/latest/saas-multitenant-managed-postgresql/partitioning-models.html) | 
| ブリッジ | [See the AWS documentation website for more details](http://docs.aws.amazon.com/ja_jp/prescriptive-guidance/latest/saas-multitenant-managed-postgresql/partitioning-models.html) | [See the AWS documentation website for more details](http://docs.aws.amazon.com/ja_jp/prescriptive-guidance/latest/saas-multitenant-managed-postgresql/partitioning-models.html) | 

以下のセクションでは、各モデルについて詳しく説明します。

**Topics**
+ [PostgreSQL サイロモデル](silo.md)
+ [PostgreSQL プールモデル](pool.md)
+ [PostgreSQL ブリッジモデル](bridge.md)
+ [ディシジョンマトリックス](matrix.md)