본문 바로가기

오픈소스4

Greenplum mpp dbms의 github 알아보기 - source code layout 이 글에서는 Greenplum mpp dbms의 github readme 페이지의 내용에 대해서 설명합니다. Table Of Contents Greenplum github readme Overview Building Greenplum Database with GPORCA Build the database Running tests GPDB Code layout Greenplum github readme Greenplum의 github는 다음과 같습니다. https://github.com/greenplum-db/gpdb Greenplum 데이터베이스(GPDB)는 완전한 기능을 갖춘 고급 오픈 소스 데이터 웨어하우스로, PostgreSQL을 기반으로 합니다. 페타바이트 규모의 데이터에 대한 강력하고 신속한 분.. 2023. 12. 3.
MPP DBMS Greenplum java jdbc 테스트 이 글에서는 MPP DBMS Greenplum이 설치된 곳에 jdbc Java app을 테스트 해 보도록 합니다. Table Of Contents Greenplum JDBC Dirver JDBC 테스트 프로그램 Greenplum JDBC Dirver greenplum은 기본적으로 jdbc driver를 제공하지 않습니다. 검색해보니 datadirect라는 영리 회사에서 greenplum용 jdbc driver를 만들어서 제공하는데 일단 오픈소스는 아니어서 오픈소스로 사용할 수 있는 jdbc driver를 찾아보았습니다. 아래 링크에서 공식 postgresql jdbc를 다운로드 할 수 있습니다. https://jdbc.postgresql.org/download/ https://oss.sonatype.or.. 2023. 12. 2.
MPP DBMS Greenplum 컴파일 후 데모 클러스터와 psql 테스트 이 글에서는 MPP DBMS Greenplum 컴파일 후 데모 클러스터를 테스트 하고 기본적인 Greenplum Database를 실행하는 방법에 대해서 설명합니다. Table Of Contents MPP DBMS Greenplum 컴파일 후 데모 클러스터 테스트 Running tests Starting and Stopping Greenplum Database MPP DBMS Greenplum 컴파일 후 데모 클러스터 테스트 Greenplum을 컴파일 하고 난 후 아래와 같이 GPHOME을 설정해 줍니다. 기본으로 설치한 경우 아래와 같이 /usr/local/gpdb/에 설치됩니다. 아래와 같이 .bashrc 파일에 GPHOME을 넣습니다. 아래에 source /usr/local/gpdb/greenplu.. 2023. 12. 2.
MPP DBMS Greenplum Ubuntu - 그린플럼 우분투(22.04)에서 소스 컴파일 하기 이 글에서는 MPP DBMS Greenplum을 Ubuntu 22.04에 컴파일 하고 데모 DB를 생성하는 법에대해서 설명합니다. Table Of Contents Greenplum 소스 컴파일 사전준비 For Ubuntu: Common Platform Tasks: Greenplum 소스 컴파일 및 빌드 Greenplum 소스 컴파일 사전준비 기본적으로 github 페이지의 README.Linux.md 를 확인하면 다음과 같이 우분투에서 설치 및 컴파일을 위한 가이드가 나옵니다. For Ubuntu: Install Dependencies When you run the README.Ubuntu.bash script for dependencies, you will be asked to configure rea.. 2023. 12. 2.