일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Android
- MYSQL
- MSYS2
- 애플
- SSL
- FIDO2
- otpkey
- css
- git
- SWIFT
- 앱리소스
- appres
- 2FA
- WebAuthn
- 안드로이드
- OTP
- MFA
- Xcode
- SSH
- apple
- albumbook
- SwiftUI
- OSX
- fido
- 앨범북
- openssl
- 인증
- Nodejs
- 앱스토어
- kmip
- Today
- Total
목록개발 플랫폼 및 언어/DB 기술 (22)
인디노트
One of the most challenging thing when scaling your backend to a new server cluster in a new region is replicating the databases. Most of the time, master-slave replication is not enough and you need to find a solution for master-master replication which can do the replicating job smoothly in realtime. And today we will learn how to setup a multi-master replication for PostgreSQL database with P..
If your system relies on PostgreSQL databases and you are looking for clustering solutions for HA, we want to let you know in advance that it is a complex task, but not impossible to achieve.We are going to discuss some solutions, from which you will be able to choose taking into account your requirements on fault tolerance.PostgreSQL does not natively support any multi-master clustering solutio..