<?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: Incorta SQL table cannot query from Incorta SQL ? in Administrative Discussions</title>
    <link>https://community.incorta.com/t5/administrative-discussions/incorta-sql-table-cannot-query-from-incorta-sql/m-p/4634#M178</link>
    <description>&lt;P&gt;One reason it is not enabled is because memory usage by incorta SQL table can be pretty high. It loads all the columns used in SQL from the source table to memory and then loads output of the query to memory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jul 2023 15:18:10 GMT</pubDate>
    <dc:creator>anurag</dc:creator>
    <dc:date>2023-07-05T15:18:10Z</dc:date>
    <item>
      <title>Incorta SQL table cannot query from Incorta SQL ?</title>
      <link>https://community.incorta.com/t5/administrative-discussions/incorta-sql-table-cannot-query-from-incorta-sql/m-p/4630#M177</link>
      <description>&lt;P&gt;We're getting an error when trying to query a table written via Incorta SQL&amp;nbsp;&lt;/P&gt;&lt;P&gt;The actual error is that we can't query a table written in Incorta SQL in the same schema, but we get the same error when querying from a new schema so...&amp;nbsp; &amp;nbsp;maybe the error message isn't as accurate as it could be&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;AFAIK an Incorta SQL table still produces a parquet file(s), no?&amp;nbsp; &amp;nbsp;As such, why would there be a limit on querying that table?&amp;nbsp; &amp;nbsp;If there is, what's the suggested workaround?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding:&amp;nbsp; This specific case is from w/in a notebook, but we've seen the same errors elsewhere.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 14:54:15 GMT</pubDate>
      <guid>https://community.incorta.com/t5/administrative-discussions/incorta-sql-table-cannot-query-from-incorta-sql/m-p/4630#M177</guid>
      <dc:creator>RADSr</dc:creator>
      <dc:date>2023-07-05T14:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Incorta SQL table cannot query from Incorta SQL ?</title>
      <link>https://community.incorta.com/t5/administrative-discussions/incorta-sql-table-cannot-query-from-incorta-sql/m-p/4634#M178</link>
      <description>&lt;P&gt;One reason it is not enabled is because memory usage by incorta SQL table can be pretty high. It loads all the columns used in SQL from the source table to memory and then loads output of the query to memory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 15:18:10 GMT</pubDate>
      <guid>https://community.incorta.com/t5/administrative-discussions/incorta-sql-table-cannot-query-from-incorta-sql/m-p/4634#M178</guid>
      <dc:creator>anurag</dc:creator>
      <dc:date>2023-07-05T15:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Incorta SQL table cannot query from Incorta SQL ?</title>
      <link>https://community.incorta.com/t5/administrative-discussions/incorta-sql-table-cannot-query-from-incorta-sql/m-p/4636#M179</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/805"&gt;@anurag&lt;/a&gt;&amp;nbsp; - I am a bit confused though - If I create a derived table using Incorta SQL does it&amp;nbsp;&lt;EM&gt;not&lt;/EM&gt; create the parquet file?&amp;nbsp; &amp;nbsp;It acts similarly to an analyzer table&amp;nbsp;&amp;nbsp;resident only in memory?&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;That might go quite some way in explaining other issues I'm seeing w/ the SQLi node failing ( going into "not responding" state ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regardless, if I do want/need to do some complex manipulation ( build table A, query A and do some stuff - &amp;gt; table B,&amp;nbsp; query table B and do some stuff -&amp;gt; C ...&amp;nbsp; &amp;nbsp;) will using a SQLi data source instead of the derived table w/ Incorta SQL get me around all that RAM usage?&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 15:30:01 GMT</pubDate>
      <guid>https://community.incorta.com/t5/administrative-discussions/incorta-sql-table-cannot-query-from-incorta-sql/m-p/4636#M179</guid>
      <dc:creator>RADSr</dc:creator>
      <dc:date>2023-07-05T15:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Incorta SQL table cannot query from Incorta SQL ?</title>
      <link>https://community.incorta.com/t5/administrative-discussions/incorta-sql-table-cannot-query-from-incorta-sql/m-p/4652#M183</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/24"&gt;@RADSr&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Derived table using Incorta SQL does&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;create the parquet files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you need to do some complex manipulation ( build table A, query A and do some stuff - &amp;gt; table B,&amp;nbsp; query table B and do some stuff -&amp;gt; C ...&amp;nbsp; &amp;nbsp;) then it makes sense to use SQLi data source instead.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But memory usage will still be same. Only difference is, it will use memory in analytics service now and not loader service.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 18:39:32 GMT</pubDate>
      <guid>https://community.incorta.com/t5/administrative-discussions/incorta-sql-table-cannot-query-from-incorta-sql/m-p/4652#M183</guid>
      <dc:creator>anurag</dc:creator>
      <dc:date>2023-07-06T18:39:32Z</dc:date>
    </item>
  </channel>
</rss>

