for loop로 반복하기
[링크 : https://dba.stackexchange.com/questions/42012/how-can-i-benchmark-a-postgresql-query]
pgbench - 말그대로 벤치마크용 유틸리티. 테이블 생성등의 성능을 테스트 하는 듯
[링크 : https://severalnines.com/blog/benchmarking-postgresql-performance]
[링크 : https://www.postgresql.org/docs/10/pgbench.html]
+
mysql에는 benchmark()라는 함수로 지원함(반복 명령에 대한 매크로 느낌)
[링크 : http://www.mysqlkorea.com/sub.html?mcode=develop&scode=01&lang=k&m_no=21838...]
'프로그램 사용 > postgreSQL' 카테고리의 다른 글
drop extension (0) | 2019.11.01 |
---|---|
pgcrypto 사용 예제 (0) | 2019.10.30 |
postgresql ctid (0) | 2019.10.29 |
coalesce() / isnull() (0) | 2019.10.29 |
다른 테이블의 값을 이용하여 값 update 하기 (0) | 2019.10.28 |