사용자 도구

사이트 도구


database:aurora

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
database:aurora [2023/11/17 10:14]
kwon37xi [Read/Write Cluster]
database:aurora [2024/04/03 10:54] (현재)
kwon37xi [aws-advanced-jdbc-wrapper - Read/Write Cluster]
줄 12: 줄 12:
   * https://github.com/awslabs/aws-advanced-jdbc-wrapper : 다른 JDBC 드라이버를 감싸서 Aurora Cluster read/write split 지원.   * https://github.com/awslabs/aws-advanced-jdbc-wrapper : 다른 JDBC 드라이버를 감싸서 Aurora Cluster read/write split 지원.
   * [[https://github.com/awslabs/aws-advanced-jdbc-wrapper/blob/main/docs/Documentation.md|aws-advanced-jdbc-wrapper 문서]]   * [[https://github.com/awslabs/aws-advanced-jdbc-wrapper/blob/main/docs/Documentation.md|aws-advanced-jdbc-wrapper 문서]]
 +  * [[https://github.com/awslabs/aws-advanced-jdbc-wrapper/blob/main/docs/using-the-jdbc-driver/using-plugins/UsingTheReadWriteSplittingPlugin.md#limitations-when-using-spring-bootframework|Limitations when using Spring Boot/Framework]] 
 +    * ''@Transactional(readOnly = true)'' 를 사용하고자 한다면 별도의 커넥션풀을 사용하면 안 되고 wrapper 의 내장 connection pool 만 사용해야한다. 관련해서 문서 잘 읽어봐야함. 
 +<note warning> 
 +The use of read/write splitting with the annotation @Transactional(readOnly = True) is only recommended for configurations using an internal connection pool. Using the annotation with any other configurations will cause a significant performance degradation. 
 +</note>
  
 ===== 서버 설정 ===== ===== 서버 설정 =====
database/aurora.1700183686.txt.gz · 마지막으로 수정됨: 2023/11/17 10:14 저자 kwon37xi