HartleySan liked a comment+100 XP
1mo ago
Is it possible to run code / DB queries in parallel in Laravel?
For independent SELECT queries, you can run them concurrently using native async DB APIs. I built a small package for this:
HartleySan liked a comment+100 XP
1mo ago
For independent SELECT queries, you can run them concurrently using native async DB APIs. I built a small package for this: