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
25
PostgreSQLの ロジカルレプリケーションを利用してみる
PostgreSQLについてとロジカルレプリケーションを利用してみる
daichi
September 25, 2024
Tweet
Share
More Decks by daichi
See All by daichi
データベースエンジニアの仕事と魅力
daikin555
0
53
Other Decks in Programming
See All in Programming
イベント駆動で成長して委員会
happymana
1
350
CSC509 Lecture 11
javiergs
PRO
0
180
みんなでプロポーザルを書いてみた
yuriko1211
0
290
型付き API リクエストを実現するいくつかの手法とその選択 / Typed API Request
euxn23
8
2.6k
Ethereum_.pdf
nekomatu
0
480
Make Impossible States Impossibleを 意識してReactのPropsを設計しよう
ikumatadokoro
0
310
Arm移行タイムアタック
qnighy
0
370
Jakarta EE meets AI
ivargrimstad
0
890
Reckoner における Datadog Browser Test の活用事例 / Datadog Browser Test at Reckoner
nomadblacky
0
120
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
0
110
Functional Event Sourcing using Sekiban
tomohisa
0
120
Nurturing OpenJDK distribution: Eclipse Temurin Success History and plan
ivargrimstad
0
1.3k
Featured
See All Featured
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
17k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.4k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
329
21k
Code Reviewing Like a Champion
maltzj
520
39k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Ruby is Unlike a Banana
tanoku
97
11k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
1
170
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
1.9k
It's Worth the Effort
3n
183
27k
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