Cluster Index vs Non-Cluster Index 이론 및 성능 비교 ( JPA + MYSQL )시작 나는 항상 Auto-Increment를 이용해서 PK를 넣었다. 하지만 이번에 통계 프로젝트를 하면서 Auto_Increment가 아닌 PK에 Time, name을 PK로 설정을 했다. 그 이유는 명료하다. Auto_Increment 로 PK…Posted on June 29th, 2021
GenerationType.AUTO Insert into table values Error -> GenerationType.IDENTITY시작 오늘 Entity 하나를 만들 때 낯선 오류를 발견했다. 최근에 복합키를 이용한 Entity를 만들어서 그런지 Auto-Increment를 이용한 Entity를 만들고자했들고자 했을 때, insert into Table values…Posted on April 5th, 2021