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
PostgreSQLのロジカルレプリケーションを利用してみる
Search
daichi
September 25, 2024
Programming
0
93
PostgreSQLの ロジカルレプリケーションを利用してみる
PostgreSQLについてとロジカルレプリケーションを利用してみる
daichi
September 25, 2024
Tweet
Share
More Decks by daichi
See All by daichi
データベースエンジニアの仕事と魅力
daikin555
0
69
Other Decks in Programming
See All in Programming
GitHub Copilotの全体像と活用のヒント AI駆動開発の最初の一歩
74th
7
2.9k
AI時代のドメイン駆動設計-DDD実践におけるAI活用のあり方 / ddd-in-ai-era
minodriven
20
7.8k
画像コンペでのベースラインモデルの育て方
tattaka
3
1.7k
新世界の理解
koriym
0
140
Reactの歴史を振り返る
tutinoko
1
180
技術的負債で信頼性が限界だったWordPress運用をShifterで完全復活させた話
rvirus0817
1
1.8k
AIレビュアーをスケールさせるには / Scaling AI Reviewers
technuma
2
200
[DevinMeetupTokyo2025] コード書かせないDevinの使い方
takumiyoshikawa
2
280
Understanding Kotlin Multiplatform
l2hyunwoo
0
260
Understanding Ruby Grammar Through Conflicts
yui_knk
1
110
オホーツクでコミュニティを立ち上げた理由―地方出身プログラマの挑戦 / TechRAMEN 2025 Conference
lemonade_37
2
480
The state patternの実践 個人開発で培ったpractice集
miyanokomiya
0
130
Featured
See All Featured
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
How STYLIGHT went responsive
nonsquared
100
5.7k
Become a Pro
speakerdeck
PRO
29
5.5k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
110
20k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
183
54k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Being A Developer After 40
akosma
90
590k
Code Review Best Practice
trishagee
69
19k
Transcript
PostgreSQLの ロジカルレプリケーションを 利用してみる EXPLORING DATA SYNCHRONIZATION WITH POSTGRESQL LOGICAL REPLICATION
伊藤 大地(いとうだいち) ディップ株式会社所属のDBエンジニア 先日、北海道フルマラソンに出ました が20kmでタイムアウト
PostgreSQLについて
PostgreSQL(ポストグレエスキューエル) Postgreプロジェクト
ロジカルレプリケーション について
高可用化と負荷分散 画像引用:https://www.fujitsu.com/jp/products/software/resources/feature- stories/postgres/article-index/logical-replication-tutorial/
ストリーミングレプリケーション との違い
画像引用:https://www.fujitsu.com/jp/products/software/resources/feature- stories/postgres/article-index/logical-replication-tutorial/
AWS EC2とAurora PostgreSQL ロジカルレプリケーションの設定方法
postgresql.confとpg_hba.confの設定更新 パブリッシャーの作成 カスタムクラスターパラメータグループの更新 サブスクライバーの作成 EC2 Aurora
実際にやってみる
躓いたこと
pglogicalと組み込みロジカルレプリケーションがあること https://github.com/2ndQuadrant/pglogical https://www.postgresql.jp/docs/15/logical- replication-quick-setup.html