Open singhalkarun opened 1 year ago
Hello @singhalkarun, can you provide further information regarding this issue. It would be helpful to know the specific orchestration we are targeting and any crucial project requirements that need to be addressed. Thank you!
Hello @singhalkarun, can you provide further information regarding this issue. It would be helpful to know the specific orchestration we are targeting and any crucial project requirements that need to be addressed. Thank you!
Hi @PiyushRaj927 we are specifically targeting to scale read replicas horizontally as a first step where in user should be able to specify number of read replicas in the config itself and the requests should be automatically load balanced over those read replicas.
Hello @singhalkarun which orchestration tool are we using and can you provide some more details regarding this .
thanks. looking forward
Hello @singhalkarun which orchestration tool are we using and can you provide some more details regarding this .
thanks. looking forward
Hey @srishtiv424 we are open in terms of Orchestration tool, maybe we can start with Docker Swarm and move to Kubernetes in future.
Hey @singhalkarun , I can take this up. Shall we go ahead using Pgpool-II
for configuring load balancing ?
Hey @singhalkarun , I can take this up. Shall we go ahead using
Pgpool-II
for configuring load balancing ?
Hey @jayanth-kumar-morem let's do a bit of research on other available solutions available as well and create a comparasion with pros and cons of each and then let's decide on which one to use.
Reference: https://severalnines.com/blog/comparing-load-balancers-postgresql/
@singhalkarun Check out the Comparison matrix here https://wiki.postgresql.org/wiki/Replication,_Clustering,_and_Connection_Pooling
Hi! Mandatory Details - The following details essential to submit tickets to C4GT Community Program are missing. Please add them!
Without these details, the ticket cannot be listed on the C4GT Community Listing.
Important Details - These following details are helpful for contributors to effectively identify and contribute to tickets.
Please update the ticket
As a part of deployment config, user should be able to specify number of read replicas they want and requests should be automatically load balanced over read repicas.
User, at any point, should also be able to update number of read replicas and accordingy system should adjust.
Future Scopes:
Dynamic Scaling Configuration, where in user can specify minimum and maximum replicas and system should auto scale.
Reference: https://severalnines.com/blog/comparing-load-balancers-postgresql/