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
96
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
1から理解するWeb Push
dora1998
7
1.8k
【第4回】関東Kaggler会「Kaggleは執筆に役立つ」
mipypf
0
1.1k
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
310
Kiroで始めるAI-DLC
kaonash
2
580
オープンセミナー2025@広島「君はどこで動かすか?」アンケート結果
satoshi256kbyte
0
260
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
1.8k
AIと私たちの学習の変化を考える - Claude Codeの学習モードを例に
azukiazusa1
7
3.1k
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
19
11k
為你自己學 Python - 冷知識篇
eddie
1
350
ProxyによるWindow間RPC機構の構築
syumai
3
1.1k
Namespace and Its Future
tagomoris
6
700
私の後悔をAWS DMSで解決した話
hiramax
4
200
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Code Review Best Practice
trishagee
70
19k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
YesSQL, Process and Tooling at Scale
rocio
173
14k
A Modern Web Designer's Workflow
chriscoyier
696
190k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
111
20k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
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