Open in app
Home
Notifications
Lists
Stories

Write
Gibson Lee
Gibson Lee

Home

Jul 9, 2021

TIL: SQL — Partitions

Partition은 하나의 테이블을 분할할 때 쓰인다. 예를 들어, 고객들의 구매내역 정보가 다긴 테이블에서 월 단위로 나눠서 partition을 할 수 있다. (Jan 2021, Feb 2021, March 2021 …) Partition의 장점: - 오래된 데이터를 지우는데 용이하다. - 데이터 검색이 빠 …

6 min read

TIL: SQL — Partitions
TIL: SQL — Partitions

Jul 7, 2021

TIL: SQL — Index

Index는 RDBMS에서 SELECT 속도를 높이기 위해 쓰이는 기술이다. SELECT * FROM `sample_staff`.`salary` WHERE 1=1 AND `salary`.`salary_amount` > 190000 AND `salary`.`from_date` >= '1998-01-01' L …

4 min read


Jun 18, 2021

[NestJs] Todo Management Project(part 2)

Todo(module, controller, service) Part 1에 이어 Todo를 작성해보겠다. Todo에 관련된 모든 로직은 하나의 폴더에 작성할 것이다. 그럼 먼저 NestJs CLI를 사용하여 module을 만들어 보자. 터미널에 nest g module todo을 입력하면 아래와 같이 터미널에 cre …

11 min read

[NestJs] Todo Management Project(part 2)
[NestJs] Todo Management Project(part 2)

Jun 10, 2021

[NestJs] Todo Management Project(part 1)

NestJs로 심플한 Todo management project 만들기 NestJs framework를 사용하여 유저가 todo(할 일)을 관리하는 간단한 서버를 만들어 보겠다. 사용할 스텍: - NestJs - Typescript - TypeORM - Postgres - Passport - Jwt Git reposi …

4 min read

[NestJs] Todo Management Project(part 1)
[NestJs] Todo Management Project(part 1)

Jan 31, 2021

First blog — Taking a first step to become a web developer

Codestates web development boot camp review (so far) — This is my first ever blog. I know there’ll be very few people who’ll read this but I’m still nervous about writing my first ever blog. Also, I’m bad at writing. Anyway, I’m writing this blog to review or look behind my progress so far in a web development boot…

2 min read

Gibson Lee

Gibson Lee

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable