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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Nobushiro Takahara
November 22, 2021
Technology
0
510
【初級・中級者向け】 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
380
【初級・中級者向け】 Logic Apps を使用した Azure SQL Databaseの自動スケールアップ
nobtak
0
670
Azure SQL Database への接続アーキテクチャおよび Azure内部/外部から接続する際のファイアウォール設定に関する注意点について
nobtak
0
1.1k
_初級_中級者向け__ゾーン冗長を考慮したAzure仮想マシン上にSQL_Server_Always_On可用性グループの構築について.pdf
nobtak
0
1k
Other Decks in Technology
See All in Technology
Exadata Database Service on Dedicated Infrastructure(ExaDB-D) UI スクリーン・キャプチャ集
oracle4engineer
PRO
8
7.2k
Evolution of Claude Code & How to use features
oikon48
1
570
AIエージェント時代に備える AWS Organizations とアカウント設計
kossykinto
3
700
JAWSDAYS2026_A-6_現場SEが語る 回せるセキュリティ運用~設計で可視化、AIで加速する「楽に回る」運用設計のコツ~
shoki_hata
0
2.9k
マネージャー版 "提案のレベル" を上げる
konifar
22
15k
JAWS DAYS 2026 楽しく学ぼう!ストレージ 入門
yoshiki0705
2
140
AIエージェント、 社内展開の前に知っておきたいこと
oracle4engineer
PRO
2
100
AWS DevOps Agent vs SRE俺 / AWS DevOps Agent vs me, the SRE
sms_tech
3
530
僕、S3 シンプルって名前だけど全然シンプルじゃありません よろしくお願いします
yama3133
1
190
PMBOK第8版は第7版から何が変わったのか(PMBOK第8版概要解説) / 20260304 Takeshi Watarai
shift_evolve
PRO
0
200
トップマネジメントとコンピテンシーから考えるエンジニアリングマネジメント
zigorou
4
830
AIファーストを前提とした開発スタイルの変化
sbtechnight
0
280
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
128
17k
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
130
How to build a perfect <img>
jonoalderson
1
5.2k
We Have a Design System, Now What?
morganepeng
55
8k
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4.1k
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
120
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.1k
The Spectacular Lies of Maps
axbom
PRO
1
610
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Kristin Tynski - Automating Marketing Tasks With AI
techseoconnect
PRO
0
190
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
630
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 基本