|
|
|
|
|
by swid
1124 days ago
|
|
I have used Dataloaders in the past in both Go and Typescript and it just about solves the issue automatically. Dataloader is a specific library that is copied for different languages that allows you to write code that looks like N+1, but it will group the N part into batches, so it becomes just 1+1. It’s kind of weird to explain, but it should be easy to understand once you start working with them. |
|
MySQL isn't invited to the party however. Just Postgres.