Recent posts

[Error] Installing pyenv for X86 & ARM

1 minute read

Installing pyenv for X86 & ARM 상황 사내 clue-api M1 pyenv로 환경설정 후, requirements에 있는 다수의 module 설치에서 에러 발생 현재 컴퓨터에는 M1 pyenv가 설치되어 있음 ...

[SQL] SIGN

less than 1 minute read

SIGN 숫자 자료형의 매겨변수가 음수라면, -1, 0이라면 0, 양수라면 1을 리턴하는 함수

[PostgreSQL] Index

2 minute read

Index Full Table Scan & Index Index Types Downsides of Indexes Index Creation Automatically Generated Indexes Actual File of Index