|
|
|
|
|
by RVuRnvbM2e
747 days ago
|
|
That backend engineer wrote a single SQL query that joined some tables, ensured indices were used, and always executed in <1ms. In graphql land you'd be doing multiple SQL queries, "joining" in the API layer, and spending 50ms per API call. |
|