Imported from @nicholaschiang's original Linear issue TS-23.
Currently switching between clusters in the app takes a noticeable amount of time 1-5s which is not acceptable. I should benchmark how long it takes to query the articles PostgreSQL query, debrief why it takes that long, and then work to either dramatically reduce that query time or cache the query responses every couple of hours (or something).
Imported from @nicholaschiang's original Linear issue TS-23.
Currently switching between clusters in the app takes a noticeable amount of time 1-5s which is not acceptable. I should benchmark how long it takes to query the
articles
PostgreSQL query, debrief why it takes that long, and then work to either dramatically reduce that query time or cache the query responses every couple of hours (or something).