-
Notifications
You must be signed in to change notification settings - Fork 82
Description
Is your feature request related to a problem? Please describe.
I have tables which are becoming big (1M records) and the LIST view is starting to take a bit long. ANd a query competes with other production queries. Fortunately we have a read-replica database which I would prefer to use for operations such as LIST and VIEW (eye icon). These queries would not compete with legit runtime usages of the database.
Describe the solution you'd like
A way to pass the database URL and a read replica URL.
Describe alternatives you've considered
Deploy a separate docker admin container, but it would still compete with the regular database transactions.
Additional context
I tried to find an issue that mentioned "replica". Also tried to find this feature in the docs. Found nothing. This is why I am entering this issue.