Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/DataBase/Database Type/RDBMS/PostgreSQL/
PostgreSQL Sharding
Search

PostgreSQL Sharding

Creator
Creator
Seonglae Cho
Created
Created
2020 Dec 8 8:11
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Sep 25 17:47
Refs
Refs
기본적 오픈소스 지원안함
citus
 
 
[PostgreSQL] Citus를 활용한 DB 샤딩(sharding)의 구현
데이터베이스 샤딩(sharding) 데이터베이스 샤딩(DB 샤딩)이란 동일한 테이블에 저장될 데이터를 물리적으로 나누어진 데이터베이스에 나누어 저장 및 운영하며 데이터베이스의 성능과 확장성(scaling)을 추가적으로 확보하는 방식을 의미합니다. ​ 샤딩과 복제의 차이점 일반적인 DB 복제(Replication)은 동일한 데이터를 Master-Slave 구조로 복제하고, 동일한 데이터를 양쪽의 노드가 동일하게 보유하며 데이터 백업과 Fail-Over를 위해 운영합니다.
[PostgreSQL] Citus를 활용한 DB 샤딩(sharding)의 구현
https://blog.naver.com/PostView.nhn?blogId=sehyunfa&logNo=221870917657&categoryNo=93&parentCategoryNo=0&viewDate=&currentPage=1&postListTopCurrentPage=1&from=postView
[PostgreSQL] Citus를 활용한 DB 샤딩(sharding)의 구현
Sharding with PostgreSQL - Blog dbi services
In this article we are going to talk about sharding in PostgreSQL. What is sharding, Sharding is like partitioning. The difference is that with traditional partioning, partitions are stored in the same database while sharding shards (partitions) are stored in different servers.
Sharding with PostgreSQL - Blog dbi services
https://blog.dbi-services.com/sharding-with-postgresql/
Sharding with PostgreSQL - Blog dbi services

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/DataBase/Database Type/RDBMS/PostgreSQL/
PostgreSQL Sharding
Copyright Seonglae Cho