Pgpool2


1. 설정

참고:

num_init_children

max_pool

PostgreSQL의 설정과 맞물려서, 다음을 만족하게 설정하라고 함

max_pool*num_init_children <= (max_connections - superuser_reserved_connections) (no query canceling needed)
max_pool*num_init_children*2 <= (max_connections - superuser_reserved_connections) (query canceling needed)

이름:  
Homepage:
내용:
 

컴퓨터분류