vacuum full 을 하면 db 끊고
다시 복사해서 새로운 데이터베이스로 생성하면서
용량을 줄이는 등의 최적화를 하고
vacuum verbose analyze 를 하면 간략하게 끊지 않고도 할 수 있다고 한다.
다만 디스크 스토리지 줄이는건 full만 된다고.
[링크 : https://blog.gaerae.com/2015/09/postgresql-vacuum-fsm.html]
[링크 : https://bstar36.tistory.com/308]
아래의 명령으로 자동 정리가 켜져있는지 확인가능하다고 한다.
show autovacuum; |
[링크 : http://hochul.net/blog/postgresql-vacuum-optimization/?ckattempt=1]
'프로그램 사용 > postgreSQL' 카테고리의 다른 글
subquery (0) | 2019.10.20 |
---|---|
array_agg() 여러개 컬럼 합치기 (0) | 2019.10.18 |
pgadmin4 분석기능 (0) | 2019.10.16 |
postgres regexp_matches() 매칭되는 것이 없을 경우 (0) | 2019.10.16 |
sql 결과 공백 제거 (0) | 2019.10.15 |