본문 바로가기

DBMS16

K-Safety (replica), Data Safety, Node Dependencies란 00 개요이 글은 K-safety, datay safety 및 node dependencies에 대한 요약본을 제공이 개념들은 Vertica의 high availability 및 recovery feature들을 고려할 때 중요01 K-Safety란1. K-Safety 정의K-Safety is a measure of fault tolerance in your database cluster (DB 클러스터의 내결함성 측정값)value K = number of replicas of the data that exists in the DB= the number of times the data in the DB cluster is replicated= 클러스터에 존재하는 Pojection 세그먼트의 복사본 수re.. 2024. 6. 12.
vsql admintools 사용하기 00 개요SI 1.0 설치 관련 학습 시 VERTICA DB 접속 확인 및 SI-DB 설치 확인 할 때 vertica를 전에 (며칠 전) 설치했었는데 다시 vsql 명령어를 통해서 DB에 접속하려니까 다음과 같은 에러가 뜸[root@si1dya analytics9.1.4_deploy_dbschema]# vsql -U siuser -w sivsql: could not connect to server: Connection refused Is the server running on host "???" and accepting TCP/IP connections on port 5433?그래서 다음과 같이 입력하여 vertica가 실행되고 있는지 확인해봤는데 실행중이지 않고 있었음[root.. 2024. 5. 7.
install_vertica 옵션 00 개요목적: Scheduler Insight 설치 시 데이터베이스로 Vertica를 사용하는데, Vertica 설치 시 --point-to-point 및  --failure-threshold FAIL을 설정하는 이유에 대해서 알아보고자 research함# sh /opt/vertica/sbin/install_vertica -s sidbserver1,sidbserver2,sidbserver3 -r /data1/VERTICA-9.3.1-30_RHEL7.6/vertica-9.3.1-30.x86_64.RHEL6.rpm -u dbadmin -p lsfadmin --point-to-point --failure-threshold FAIL01 install_vertica Options다음 표는 install_vert.. 2024. 5. 3.
postgreSQL 접속 및 psql 메타 명령어 00 psql 1. psql의 정의 및 사용방법 PostgreSQL interactive terminal psql is a terminal-based front-end to PostgreSQL. enables you to type in queries interactively, issue them to PostgreSQL, and see the query results. input can be from a file or from command line arguments. provides a number of meta-commands and various shell-like features to facilitate writing scripts and automating a wide variety of tas.. 2024. 4. 22.
\d 메타 명령어 (Meta-Commands) 00 개요vertica가 설치 된 서버에서 vertica를 vsql로 접속 시 \d 메타 명령어 사용 가능  # /opt/vertica/bin/vsql -U 사용자이름 -w 비밀번호 Welcome to vsql 사용자이름=>예를 들면,# /opt/vertica/bin/vsql -U dbadmin -w siWelcome to vsql dbadmin=>database를 생성하고 table을 생성한 후 /d 명령어를 사용하여 database에 관련된 정보(예, table 목록)들을 조회 가능01 \d 메타 명령어Vertica는 여러 가지 \d 명령어들을 지원함 이 명령어들은 database 객체의 다양한 정보를 반환0. 문법\dCommand [[schema.]patter.. 2024. 4. 15.
VS Code에서 Vertica 연결하기 00 개요 1. 목적 Visual Studio Code (VS Code)에서 Vertica DB에 연결 및 SQL 문 사용하여 데이터 조회하기 2. VS Code란 an open-source platform used for code editing and debugging, syntax highlighting, and code compilation can connect to a container running a different OS and use any VS Code plugin for that environment The code in VS Code can be customized and enhanced through the Extension APIs provides a platform to crea.. 2024. 3. 20.
Vertica 소개 00 Vertica란 분석 데이터베이스 플랫폼"이벤트 및 시계열 패턴 매칭, 지리 공간, in-database 머신 러닝을 아우르는 광범위한 분석 기능을 갖춘 대규모로 확장 가능한 아키텍처를 기반으로 하는 통합 분석 플랫폼"주요 퍼블릭 클라우드와 온프레미스 데이터 센터에 통합 분석 플랫폼을 제공하고 데이터를 이동하지 않고도 클라우드 객체 스토리지 및 HDFS에 데이터 통합 가능01 Vertica 장단점1. 장점최대 90%의 데이터 압축률로 10~30배 더 많은 데이터를 동일한 비용으로 저장 가능모든 데이터 분석 가능650개 이상의 in-database 분석 기능 (이벤트 및 시계열 패턴 매칭, 지리 공간, in-database 머신 러닝 등)을 갖춤can be extended to accomodate u.. 2024. 3. 20.