fetchai / ledger-subquery

This is the Fetch Ledger SubQuery project, an indexer for the Fetch network.
MIT License
2 stars 10 forks source link

Postgres read-replicas helm templates #128

Closed bryanchriswhite closed 2 years ago

bryanchriswhite commented 2 years ago

Background

To establish a "fair" baseline to which to compare cockroach DB load testing results, we'll want to have the same number of nodes available for reading as in the cockroach cluster.

Acceptance criteria

We can run a variable number of postgres read-replicas in the ledger-subquery helm chart.

manjeet-fetchai commented 1 year ago

PR: https://github.com/fetchai/ledger-subquery/pull/184