데이터베이스 클러스터의 읽기 처리량과 가용성을 높이려면 데이터베이스 인스턴스의 비동기 읽기 풀 인스턴스를 만들 수 있습니다. 읽기 풀 인스턴스는 데이터베이스 인스턴스를 사용할 수 없게 되더라도 데이터 액세스를 보장하는 데이터베이스 인스턴스의 읽기 전용 클론을 제공합니다.
데이터베이스 인스턴스의 매니페스트 파일에서 읽기 풀 인스턴스 구성을 정의할 수 있습니다. 각 읽기 풀 인스턴스에는 고유한 매니페스트 파일을 만들어야 합니다. 읽기 풀 인스턴스는 최대 20개까지 만들 수 있습니다.
각 읽기 풀 인스턴스는 복제하는 인스턴스와 동일한 양의 스토리지를 차지합니다.
비동기 읽기 풀 인스턴스 만들기
데이터베이스 클러스터에서 읽기 풀 인스턴스를 원하는 개수만큼 만들 수 있습니다. AlloyDB Omni 비동기 읽기 풀 인스턴스를 만들려면 다음 단계를 완료하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-14(UTC)"],[[["Read pool instances provide read-only clones of a database instance, enhancing read throughput and maintaining data access even during primary instance unavailability."],["Each read pool instance is defined by a unique manifest file, and up to 20 read pool instances can be created per database cluster."],["Each read pool instance requires the same amount of storage as the database instance it replicates and its computing capacity can be controlled by configuring the number of nodes."],["While creating multiple read pool instances provides data redundancy, creating too many might negatively impact the performance of the primary database instance."],["The availability and streaming status of a read pool instance can be verified using `kubectl` commands, where `true` for availability indicates readiness for queries and `true` for streaming means it is actively replicating data changes."]]],[]]