One use case of a database cluster is by an application with a heavy bias towards reads.
In this case, the master database can be mostly idle
This task is to implement a configurable mechanism where the user specifies whether (/how much) a connection to the writer instance should be returned, additionally to the read round-robin.
One use case of a database cluster is by an application with a heavy bias towards reads.
In this case, the master database can be mostly idle
This task is to implement a configurable mechanism where the user specifies whether (/how much) a connection to the writer instance should be returned, additionally to the read round-robin.