간단하게 두 데이터베이스의 주요 차이점은

  1. 기본 인덱스와 세컨더리 인덱스를 구현하고,
  2. 데이터 저장하고(save) 수정(update)하는 방식으로 요약된다.

MySQL

Example of where MySQL innoDB all tables must have a clustered primary index

Example of where MySQL innoDB all tables must have a clustered primary index

PostgreSQL

⇒ PostgreSQL 테이블은 index organized table이 아닌 heap organized tables (힙 조직형 테이블)로 자주 불린다.