Skip to content

Enhancement: Support Database Read-Only Replica for LIST and VIEW #658

@sglebs

Description

@sglebs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions