<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>SQL on Prakash&#39;s Blog 👨‍💻</title>
    <link>https://www.prakashbhandari.com.np/tags/sql/</link>
    <description>Recent content in SQL on Prakash&#39;s Blog 👨‍💻</description>
    <generator>Hugo -- 0.112.4</generator>
    <language>en</language>
    <lastBuildDate>Thu, 12 Sep 2024 10:41:29 +1000</lastBuildDate>
    <atom:link href="https://www.prakashbhandari.com.np/tags/sql/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Avoid the N&#43;1 Query Problem With  Eager Loading</title>
      <link>https://www.prakashbhandari.com.np/posts/how-to-avoid-the-n&#43;1-query-problem-with-eager-loading/</link>
      <pubDate>Wed, 11 Sep 2024 20:07:25 +1000</pubDate>
      <guid>https://www.prakashbhandari.com.np/posts/how-to-avoid-the-n&#43;1-query-problem-with-eager-loading/</guid>
      <description>N&#43;1 queries is a performance problem where the application makes multiple database queries in a loop, instead of retrieving the related data with a single query. Where N is the number of queries executed inside the loop</description>
    </item>
  </channel>
</rss>
