- [ Oracle ][Oracle] Oracle, MySQL, PostgreSQL 차이점은?2021-12-17 10:37:40Oracle 장점 : 성능이 매우 좋고, 기능이 많다. 단점 : 가격이 비싸다. 대규모 데이터베이스 지원 고성능 트랜잭션 처리 제공 MySQL 오픈 소스로 무료로 사용 가능 update 성능이 postgresql보다 우수하다 Nested Loop Join 만 지원 PostgreSQL 오픈 소스로 무료로 사용 가능 다양한 JOIN 방법을 제공 ( Nested Loop Join, Hash Join, Sort Merge Join) update 시 , 기존 행 삭제하고 변경된 데이터를 가진 새로운 행을 추가하기 때문에 update 속도가 느리다. 데이터베이스 클러스터 백업 기능 제공한다. JOIN 관련 내용은 아래 글 참조! https://junibong.tistory.com/69?category=558005 ..
- [ Spring ][Spring] SpringBoot 기반의 OPEN API 서비스 구현[3] - PostgreSQL 설치2021-12-15 09:16:39PostgreSQL 을 사용하기 위해 설치를 해보겠습니다. (MySQL도 사용가능합니다) https://www.postgresql.org/download/windows/ PostgreSQL: Windows installers Windows installers Interactive installer by EDB Download the installer certified by EDB for all supported PostgreSQL versions. Note! This installer is hosted by EDB and not on the PostgreSQL community servers. If you have issues with the website it's hoste www.postgresql...