추후 MySQL 에서 MariaDB 로 migration 할 때 좋다고 함
It’s also mostly compatible with MySQL, which makes it one choice for users looking to transition from MySQL with minimal disruption.
MariaDB is known for its speed and includes several storage engines like Aria and InnoDB, each suited for different types of workloads and allowing for fine-tuning according to specific performance or data integrity needs.
빠른 속도, Aria and InnoDB 같은 미세 조정 가능
MariaDB is effective for applications requiring high performance under varied conditions, such as web-based applications, e-commerce platforms, and any environment where speed is crucial.
<aside> <img src="/icons/checkmark-line_yellow.svg" alt="/icons/checkmark-line_yellow.svg" width="40px" /> MariaDB 는 성능, 속도, 대용량 데이터 처리 면에서 유리하다 보통 MySQL 쓰다가 제품이 커지면 MariaDB 로 migration 하는 느낌 프로젝트 규모에서는 MySQL 써도 충분할 것 같다.
</aside>
https://aws.amazon.com/ko/compare/the-difference-between-mariadb-vs-mysql/