[PostgreSQL] PostgreSQL이란?
·
Database/PostgreSQL
관계형 데이터베이스 시스템의 일종가장 진보한 오픈소스 데이터베이스 시스템완전 무료 소프트웨어특징multi-version concurrency control (MVCC)의 완벽한 지원커뮤니티 활성화프로그래밍 언어 연동을 완벽 지원확장성에 매우 좋음MVCC (다중 버전 동시성 제어)의 중요성다중 버전 동시성 제어(MCC, MVCC), 다중 버전 병행 수행 제어데이터베이스 관리 시스템이 일반적으로 사용하는 동시성 제어 방식으로, 데이터베이스로의 동시 접근을 제공하고 프로그래밍 언어에서 트랜잭셔널 메모리를 구현동시성 제어 없이 누군가가 데이터베이스를 읽는 동시에 다른 누군가가 기록을 하려고 한다면 독자는 반쯤 기록되거나 일관성이 없는 데이터를 보게 될 가능성이 있음데이터의 업데이트가 필요할 때, 기존 데이터 항..
[PostgreSQL] PostgreSQL 설치방법
·
Database/PostgreSQL
링크 : PostgreSQL: Windows installers PostgreSQL: Windows installersWindows 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 hostewww.postgresql.org1. 페이지 접속 후 Download the installer 링크를 클릭 후 이동 2. OS에 맞춰 버..