• 사용자가 많은 Database는 많은 쿼리를 모두 처리하기 힘들어, CUD를 위한 데이터베이스(master)와 read를 위한 database를(slave) 따로 나눈다.

참고 자료

https://kwonnam.pe.kr/wiki/springframework/transaction

https://nesoy.github.io/articles/2018-02/Database-Replication