How to route read traffic to a separate DB instance from Pega application
In order to improve performance on DB interaction, We would need to route read traffic to a different instance so the primary instance can be used for other inserts/update/delete transactions. We already have read replica configured on the DB side. Need more information on how we can configure application content = read-only so Pega can identify and route all select queries to a different connection string.