데이터베이스 클러스터의 읽기 처리량과 가용성을 높이려면 데이터베이스 인스턴스의 비동기 읽기 풀 인스턴스를 만들 수 있습니다. 읽기 풀 인스턴스는 데이터베이스 인스턴스를 사용할 수 없게 되더라도 데이터 액세스를 보장하는 데이터베이스 인스턴스의 읽기 전용 클론을 제공합니다.
데이터베이스 인스턴스의 매니페스트 파일에서 읽기 풀 인스턴스 구성을 정의할 수 있습니다. 각 읽기 풀 인스턴스에는 고유한 매니페스트 파일을 만들어야 합니다. 읽기 풀 인스턴스는 최대 20개까지 만들 수 있습니다.
[[["이해하기 쉬움","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-03-06(UTC)"],[[["Creating an asynchronous read pool instance provides a read-only clone of your database, improving read throughput and ensuring data access even if the main instance is unavailable."],["Each read pool instance is defined by a unique manifest file, and you can create up to 20 of these instances."],["Read pool instances require the same amount of storage as the database instance they replicate."],["The read pool instance remains available to serve queries even if the main database instance becomes unreachable, although it may not be actively replicating data at that time."],["The instance availability can be checked by running a command, a `true` response means it is available, however, a different command is required to check the streaming status."]]],[]]