/U
/u/badboyzpwns
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
0 karma0 postsjoined 5 days ago
🌐 reddit.comSource
For example here is the n+1 problem // 1 query to get all surveys const surveys = await db.query("SELECT * FROM surveys"); // then N queries — one per survey const results = await Promise.all( surveys.map(async (survey) => { const employee = await db.query( // hits DB once per s
5 days ago