Jamie Gaskins
- 8d ·
-
Public·
-
zomglol.wtf
@nateberkopec I'd open a ticket with my DB provider and have them fix the latency. 😄
Alternatively, assuming it's a SQL DB, replace cascading queries with a single query with JOINs. For a DB more like Redis, restructuring data to be nested and pipelining queries to mitigate the latency cost. Maybe cache a little more.