본문 바로가기

DB

(5)
[Redis] 01 Redis(레디스) 알아보기 계기 아쉽게도 레디스를 직접 사용할 일은 없어서 자세히 알아볼 기회가 없었는데, 이번 프로젝트에서 랭킹을 구현하면서 사용하게 되어 알아보고자 한다. Redis란? https://redis.io/ Redis Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker redis.io 공식 홈에서는 The Open source, in-memory data store used by millions of developers as database, cache, streaming engine, and message broker. (해석) 수백만 명의 개발자가 데이터베..
[PostgreSQL] Database Backup 스키마 백업하기 아직 postgreSQL을 설치하지 못하셨다면 https://sober-developer.tistory.com/36 [PostgreSQL] 설치하기 맥북M1 기준 PostgreSQL 설치를 해보겠습니다. 먼저 https://www.postgresql.org/ PostgreSQL The world's most advanced open source database. www.postgresql.org 해당 사이트에 접속해서 Download 버튼을 클릭합니다. 원하는 환경 sober-developer.tistory.com 아직 database, schema, table, sequence를 생성하지 않으셨다면 https://sober-developer.tistory.com/37 [PostgresS..
[PostgreSQL] Query 작성 (SELECT, INSERT) 아직 postgreSQL을 설치하지 못하셨다면 https://sober-developer.tistory.com/36 [PostgreSQL] 설치하기 맥북M1 기준 PostgreSQL 설치를 해보겠습니다. 먼저 https://www.postgresql.org/ PostgreSQL The world's most advanced open source database. www.postgresql.org 해당 사이트에 접속해서 Download 버튼을 클릭합니다. 원하는 환경 sober-developer.tistory.com 아직 database, schema, table, sequence를 생성하지 않으셨다면 https://sober-developer.tistory.com/37 [PostgresSQL] Datab..
[PostgresSQL] Database, Schema, Table, Sequence 생성 설치를 아직 안 하셨다면 이전 포스팅 보고 설치 먼저 하고 오세요! https://sober-developer.tistory.com/36 [PostgreSQL] 설치하기 맥북M1 기준 PostgreSQL 설치를 해보겠습니다. 먼저 https://www.postgresql.org/ PostgreSQL The world's most advanced open source database. www.postgresql.org 해당 사이트에 접속해서 Download 버튼을 클릭합니다. 원하는 환경 sober-developer.tistory.com 지난번에 설치했던 디렉토리에 들어가서 기본 관리 Tool pgAdmin4를 실행합니다. MySQL로 치면 workbench에 해당한다고 하네요! 이 화면이 나올 때 조곰만..
[PostgreSQL] 설치하기 맥북M1 기준 PostgreSQL 설치를 해보겠습니다. 먼저 https://www.postgresql.org/ PostgreSQL The world's most advanced open source database. www.postgresql.org 해당 사이트에 접속해서 Download 버튼을 클릭합니다. 원하는 환경을 선택합니다. 저는 macOS를 선택했습니다. Download the installer를 클릭합니다(Interactive installer by EDB 아래 있음) 원하는 버전을 선택하고 다운로드 합니다. 저는 2023.06.27 기준 최신 버전인 15.3버전을 받았습니다. 열기를 누르면 아래처럼 나오는데 postgresql-15.3-2-osx를 더블클릭하고 열겠다고 하면 됩니다. Ne..