사용자_플로우.png

MariaDB vs. PostgreSQL vs MySQL

공통점

MySQL

MariaDB

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 같은 미세 조정 가능

Best use cases

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.


MySQL vs MariaDB

<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/

  1. JSON 데이터 처리
    1. MariaDB → JSON 보고서를 문자열로 저장
    2. MySQL → JSON 보고서를 바이너리 객체로 저장