기본적 오픈소스 지원안함citus [PostgreSQL] Citus를 활용한 DB 샤딩(sharding)의 구현데이터베이스 샤딩(sharding) 데이터베이스 샤딩(DB 샤딩)이란 동일한 테이블에 저장될 데이터를 물리적으로 나누어진 데이터베이스에 나누어 저장 및 운영하며 데이터베이스의 성능과 확장성(scaling)을 추가적으로 확보하는 방식을 의미합니다. 샤딩과 복제의 차이점 일반적인 DB 복제(Replication)은 동일한 데이터를 Master-Slave 구조로 복제하고, 동일한 데이터를 양쪽의 노드가 동일하게 보유하며 데이터 백업과 Fail-Over를 위해 운영합니다.https://blog.naver.com/PostView.nhn?blogId=sehyunfa&logNo=221870917657&categoryNo=93&parentCategoryNo=0&viewDate=¤tPage=1&postListTopCurrentPage=1&from=postViewSharding with PostgreSQL - Blog dbi servicesIn 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.https://blog.dbi-services.com/sharding-with-postgresql/