본문 바로가기

728x90
반응형

Infra

(22)
[Google Cloud] Google Study Jam : Create and Manage Cloud SQL for PostgreSQL Instances (2) 본 포스트는 2024년 Google Study Jam을 공부하면서 개인적으로 내용을 정리한 포스트 입니다. Task 1. Initialize APIs and create a Cloud IAM service accountGoogle Cloud Shell에 다음 명령어를 입력해  Artifact Registry API를 활성화 한다.gcloud services enable artifactregistry.googleapis.com 계정을 생성하고 Cloud SQL 관리자 권한을 준다.export PROJECT_ID=$(gcloud config list --format 'value(core.project)')export CLOUDSQL_SERVICE_ACCOUNT=cloudsql-service-accountgc..
[Google Cloud] Google Study Jam : Create and Manage Cloud SQL for PostgreSQL Instances (1) 본 포스트는 2024년 Google Study Jam을 공부하면서 개인적으로 내용을 정리한 포스트 입니다. Database Migration Service에서는 IP 허용 목록, VPC 피어링, 역방향 SSH 터널 등 다양한 연결 옵션을 사용하여 데이터로 Cloud SQL로 마이그레이션하는 일회성 작업 및 연속 작업 옵션을 제공한다.  Configure connectivity  |  Database Migration Service  |  Google CloudSend feedback Configure connectivity Stay organized with collections Save and categorize content based on your preferences. Overview During..
[Google Cloud] Google Study Jam : Build LookML Object in Looker (5) 본 포스트는 2024년 Google Study Jam을 공부하면서 개인적으로 내용을 정리한 포스트 입니다.  Task 1. Create Baseline Dataset for Testing the Columnar Engine1. Navigation menu > Databases > AlloyDB for PostgreSQL > Cluster > lab-cluster > lab-instance에서 Private IP를 카피한다. Columnar Engine의 기능을 평가하려면 성능을 측정할 상당한 크기의 데이터 세트가 필요하다.postgreSQL의 pgbench를 사용하여 Columnar Engine을 평가할 합성 데이터 세트를 생성한다. 2. Navigation menu > Compute Engine > V..
[Google Cloud] Google Study Jam : Create and Manage AlloyDB Instances (4) 본 포스트는 2024년 Google Study Jam을 공부하면서 개인적으로 내용을 정리한 포스트 입니다. Task1. Examine a Database Flag1. Navigation Menu > VIEW ALL PRODUCTS > Databases > AlloyDB > Clusters > lab-cluster > lab-instance에서 Private IP를 카피한다. lab-instance는 enable_pgaudit DB flag가 이미 설정된 상태로 구성되어있다. Pgaudit는 표준 로깅 기능을 통해 자세한 세션 및 개체 감사 로깅을 제공하는 PostgreSQL의 인기있는 기능이다.pgaudit을 완전히 활성화하려면 다음 섹션에서 수행할 해당 데이터베이스 확장도 활성화 해야한다. 2. Clu..
[Google Cloud] Google Study Jam : Create and Manage AlloyDB Instances (3) 본 포스트는 2024년 Google Study Jam을 공부하면서 개인적으로 내용을 정리한 포스트 입니다. Task1. Verify Data in Source Instance for Migration1. Navigation Menu > Compute Engine > VM instances > pg14-source > Connect > SSH에서 터미널을 열고 다음 명령어들을 입력한다.sudo -u postgres psql\dtselect count (*) as countries_row_count from countries;select count (*) as departments_row_count from departments;select count (*) as employees_row_count from..

728x90
반응형