Database/Postgresql
pgagroal 란?
정리하는개발자
2021. 1. 15. 23:29
728x90
반응형
Postgresql 공식사이트에서 모니터링툴을 찾던 중 발견하게된 pgagroal
www.postgresql.org/about/news/pgagroal-110-2144/
pgagroal 1.1.0
The [pgagroal](https://agroal.github.io/pgagroal/) community is happy to announce version [1.1.0](https://agroal.github.io/pgagroal/release/announcement/2021/01/05/pgagroal-1.1.0.html). __New features__ * Transaction pooling enhancements * Allow reload of
www.postgresql.org
## 공식사이트
pgagroal
agroal.github.io
## 주요기능
* 고성능
* 커넥션 풀 기능 제공
* 사용자 및 DB에 대한 연결 제한
* Prometheus 지원
* idle connection 제거
* Failover 지원
## 아키텍쳐
pgagroal 공식 소개자료에서 발췌
## 테스트 플랫폼
* Fedora 28+
* RHEL 7.x / 8.x
## 정리
* pgbouncer 의 경쟁(?) 제품인것 같다. (기능이 거의 비슷하다.)
* 커넥션풀, User/DB 접근제한, Fail-over 기능이 핵심기능인 것 같다.
<끄읕>
728x90
반응형