<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Why do my queries involving Cartesian product run slowly in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/why-do-my-queries-involving-cartesian-product-run-slowly/m-p/18363#M12172</link>
    <description>&lt;P&gt;Cartesian product is the worst type of join that you should always avoid, it tends to product N x M where N &amp;amp; M are the left and right table cardinality. unless you specifically want to use it, then you should avoid and opt for faster joins (inner, left, right) etc..&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jun 2021 18:13:06 GMT</pubDate>
    <dc:creator>amr</dc:creator>
    <dc:date>2021-06-28T18:13:06Z</dc:date>
    <item>
      <title>Why do my queries involving Cartesian product run slowly</title>
      <link>https://community.databricks.com/t5/data-engineering/why-do-my-queries-involving-cartesian-product-run-slowly/m-p/18362#M12171</link>
      <description />
      <pubDate>Fri, 25 Jun 2021 22:33:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-do-my-queries-involving-cartesian-product-run-slowly/m-p/18362#M12171</guid>
      <dc:creator>brickster_2018</dc:creator>
      <dc:date>2021-06-25T22:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why do my queries involving Cartesian product run slowly</title>
      <link>https://community.databricks.com/t5/data-engineering/why-do-my-queries-involving-cartesian-product-run-slowly/m-p/18363#M12172</link>
      <description>&lt;P&gt;Cartesian product is the worst type of join that you should always avoid, it tends to product N x M where N &amp;amp; M are the left and right table cardinality. unless you specifically want to use it, then you should avoid and opt for faster joins (inner, left, right) etc..&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 18:13:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-do-my-queries-involving-cartesian-product-run-slowly/m-p/18363#M12172</guid>
      <dc:creator>amr</dc:creator>
      <dc:date>2021-06-28T18:13:06Z</dc:date>
    </item>
  </channel>
</rss>

