Computer Science/Database

데이터베이스 오토스케일링시 신경써야 할 것

Hojae Lee 2023. 8. 10. 20:25

https://dev.mysql.com/doc/refman/8.0/en/table-size-limit.html

 

데이터베이스에는 Physical database limits Logical database limits 존재합니다.

Storage size 같은 Physical database limits Storage Auto Scaling으로 대응할 있지만, 데이터베이스 내부에서 일어나는 Logical database limits (ex. 맥시멈 테이블 스페이스 리밋, 운영체제의 파일 사이즈 리밋 ) 직접 대응을 해주셔야 합니다.