onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
9 stars 0 forks source link

Read Scalability #126

Open einhverfr opened 2 months ago

einhverfr commented 2 months ago

We have write scalability (infinite and linear) but we don't have read scalability. We need to solve this after version 1. I see two immediate options:

  1. Have higher replication factors along with randomizing reads to read replicas.
  2. Optionally removing the cross replication.

Need to do some research and then do the development.