Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
【初級・中級者向け】 Azure Database for PostgreSQL 基本
Search
Nobushiro Takahara
November 22, 2021
Technology
0
460
【初級・中級者向け】 Azure Database for PostgreSQL 基本
・Azure Database for PostgreSQL デプロイモード (シングル サーバー/フレキシブル サーバー) の比較
・PostgreSQL の基本アーキテクチャの説明
Nobushiro Takahara
November 22, 2021
Tweet
Share
More Decks by Nobushiro Takahara
See All by Nobushiro Takahara
クエリ パフォーマンスが著しく低下した場合の一時的な対処方法
nobtak
0
330
【初級・中級者向け】 Logic Apps を使用した Azure SQL Databaseの自動スケールアップ
nobtak
0
610
Azure SQL Database への接続アーキテクチャおよび Azure内部/外部から接続する際のファイアウォール設定に関する注意点について
nobtak
0
1.1k
_初級_中級者向け__ゾーン冗長を考慮したAzure仮想マシン上にSQL_Server_Always_On可用性グループの構築について.pdf
nobtak
0
940
Other Decks in Technology
See All in Technology
Fabric + Databricks 2025.6 の最新情報ピックアップ
ryomaru0825
1
130
UIテスト自動化サポート- Testbed for XCUIAutomation practice
notoroid
0
130
VISITS_AIIoTビジネス共創ラボ登壇資料.pdf
iotcomjpadmin
0
160
GitHub Copilot の概要
tomokusaba
1
130
M3 Expressiveの思想に迫る
chnotchy
0
100
第9回情シス転職ミートアップ_テックタッチ株式会社
forester3003
0
220
AWS アーキテクチャ作図入門/aws-architecture-diagram-101
ma2shita
29
11k
mrubyと micro-ROSが繋ぐロボットの世界
kishima
2
200
標準技術と独自システムで作る「つらくない」SaaS アカウント管理 / Effortless SaaS Account Management with Standard Technologies & Custom Systems
yuyatakeyama
3
1.2k
米国国防総省のDevSecOpsライフサイクルをAWSのセキュリティサービスとOSSで実現
syoshie
2
1k
OpenHands🤲にContributeしてみた
kotauchisunsun
1
420
Oracle Cloud Infrastructure:2025年6月度サービス・アップデート
oracle4engineer
PRO
2
240
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.4k
Navigating Team Friction
lara
187
15k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.8k
Done Done
chrislema
184
16k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
Side Projects
sachag
455
42k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Transcript
【初級・中級者向け】 Azure Database for PostgreSQL 基本
1.Azure Database for PostgreSQL 基本 2.Q/A 3.PostgreSQL 基本 アジェンダ
・オープンソース PostgreSQL をベースとした PaaS ・3つのデプロイ モード ➢ 単一 サーバー (シングル
サーバー) ➢ フレキシブル サーバー (プレビュー) ➢ ハイパースケール (Citus) Azure Database for PostgreSQL とは
Azure Database for PostgreSQL デプロイ モードの比較 シングル サーバー フレキシブル サーバー
GA 〇 × (プレビュー中) 選択可能なバージョン 9.6, 10, 11 11, 12, 13 基盤OS Windows Server Linux 高可用性 (ゾーン冗長) × 〇 サーバーの停止/起動 × 〇 読み取りレプリカ (リージョン跨ぐ) 〇 × ※論理レプリケーション機能は利用可能 メンテナンス ウィンドウ × 〇 接続プール △ 〇 ※組み込み PgBouncer を利用可能 プライベート通信 〇 〇 ※仮想ネットワーク統合利用
フレキシブル サーバー 高可用性 アーキテクチャ ・プライマリとセカンダリ間は、同期スト リーミング レプリケーションによる同期 モードによるデータ同期 ・プライマリ側では データバックアップ
(日時) 、セカンダリ側では ログ バック アップ (WAL) が行われ、ゾーン冗長スト レージ上にバックアップを実施
Q&A
【INDEX】基本から始める Azure Database for PostgreSQL シリーズ https://www.nobtak.com/postgreidx 【第1回】基本から始める Azure Database
for PostgreSQL 【PostgreSQL アーキテクチャ 1】 https://www.nobtak.com/entry/pg01 【第2回】基本から始める Azure Database for PostgreSQL 【PostgreSQL アーキテクチャ 2】 https://www.nobtak.com/entry/pg02 PostgreSQL 基本