You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks to provide this repository I'm a bit curious about the sentence
Caution: This container is not suitable for production purpose.
is there some stuff that one should improve in order to make it production, or it's more a warning that you're providing 0 warranty it will actually work ?
The text was updated successfully, but these errors were encountered:
Hi,
The reason why the container is not ready for production is, it is based on a script "pgpool_setup", which deployes pgpool-II and PostgreSQL servers inside the container. This is not good because 1) the performance is terrible because PostgreSQL has to use slow file system inside the container and 2) you cannot enjoy the benefit of pgpool-II's high-availability and performance boost by using load balancing since those will need distributing PostgreSQL servers to different hosts.
pgpool_setup is deigned to be used for evaluation or testing purposes (actually it is used for the regression test suit coming with the pgpool-II source distribution).
In summary the container should work well if used for testing or evaluation purposes but not suitable for production use.
In the mean time I have a plan to create a pgpool-II container which can be used for production. stay tuned.
Hello, thanks to provide this repository I'm a bit curious about the sentence
is there some stuff that one should improve in order to make it production, or it's more a warning that you're providing 0 warranty it will actually work ?
The text was updated successfully, but these errors were encountered: