Back

Database experts, should I use a separate query or a subquery? 🤔

For example, I want to retrieve the author's name for all the posts. Should I add a subquery to fetch that name, or use a separate query to get the names and then map them with the posts? 🧐

6

275

In response to @MrPunyapal

Well depends on the context

I would go with seperate queries. If the seperate model needs to be used somewhere down the line.

Otherwise I would go with joins

52

  • No matching results...
  • Searching...

/ 1000