공부하면서 json field을 쓰는 것을 보고 과연 join과 비교했을 때 얼마나 성능에 대한 이점이 있을까 고민을 하다가 한 번 실험해보기로 했습니다. framework: django database: postgresql 13 python version : 3.9 computer: macbook-pro 16inch m1 max 제가 테스트한 환경입니다. 1. Account class Account(BaseModel): name = models.CharField(max_length=25) objects = models.Manager() def __repr__(self): return f'id : {self.id}, name: {self.name}' 정규화 모델로 쓸 유저 모델입니다. 단순하게 이름 필드..
1. docker-compose.yml 파일 version: "3" services: nginx: container_name: nginx build: ./nginx restart: always ports: - "7070:80" volumes: - ./backend/entry:/srv/code/entry - ./log:/var/log/nginx depends_on: - web db: image: postgres container_name: main.postgres restart: always environment: POSTGRES_DATABASE: "${DB_NAME}" POSTGRES_USER: "${DB_USER}" POSTGRES_PASSWORD: "${DB_PASSWORD}" ports: - "70..
: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://apt.postgresql.org/pub/repos/apt focal-pgdg InRelease' doesn't support architecture 'i386' sudo apt-get update 할 때 위와 같은 에러가 난다면 sudo -H gedit /etc/apt/sources.list.d/pgdg.list http://apt.postgresql... 이러한 글이 나올텐데 deb [arch=amd64] http://apt.postgresql.org/pub/repos/apt/ focal-pgdg main 이렇게 바꿔주자 sudo apt-get ..
- Total
- Today
- Yesterday
- Linux
- 파이썬
- Celery
- env
- Collections
- 그래프
- Command Line
- ubuntu
- 면접
- dockerignore
- postgres
- django
- 2021 KAKAO BLIND RECRUITMENT
- Spring
- thread
- setattr
- Java
- docker
- PostgreSQL
- Pattern
- 알고리즘
- 자바
- 프로그래머스
- Python
- docker-compose
- 카카오
- BFS
- DRF
- headers
- 백준
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |