<?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 Segments in Parallel Load in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2472641#M12134</link>
    <description>&lt;P&gt;What concept is used to create segments in Parallel Load?&lt;/P&gt;
&lt;P&gt;Let say we have one table &lt;STRONG&gt;Emp&lt;/STRONG&gt; having counts &lt;STRONG&gt;50,00,000&lt;/STRONG&gt; to load with Parallel Load,&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;How will we come to know no of segments to be created and range of each segments?&lt;/LI&gt;
&lt;LI&gt;How does each segment efficiently load large tables without taking more time?&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Wed, 24 Jul 2024 10:53:16 GMT</pubDate>
    <dc:creator>Ginni</dc:creator>
    <dc:date>2024-07-24T10:53:16Z</dc:date>
    <item>
      <title>Segments in Parallel Load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2472641#M12134</link>
      <description>&lt;P&gt;What concept is used to create segments in Parallel Load?&lt;/P&gt;
&lt;P&gt;Let say we have one table &lt;STRONG&gt;Emp&lt;/STRONG&gt; having counts &lt;STRONG&gt;50,00,000&lt;/STRONG&gt; to load with Parallel Load,&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;How will we come to know no of segments to be created and range of each segments?&lt;/LI&gt;
&lt;LI&gt;How does each segment efficiently load large tables without taking more time?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 24 Jul 2024 10:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2472641#M12134</guid>
      <dc:creator>Ginni</dc:creator>
      <dc:date>2024-07-24T10:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Segments in Parallel Load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2472686#M12136</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/306941"&gt;@Ginni&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to Qlik Community!&lt;/P&gt;
&lt;P&gt;1. There are two data separating method in Qlik Replicate GUI:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Use Data Ranges&lt;/STRONG&gt;: Choose this option to segment the source data by user-defined columns and data ranges. You may define the&amp;nbsp;&lt;SPAN&gt;no of segments to be created and range of each segments freely.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Use Partitions&lt;/STRONG&gt;:&amp;nbsp;Choose this option to segment the source data by existing partitions or sub-partitions of the source table(s). You may query the rows number of each partition in source database.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;2.&amp;nbsp;&lt;SPAN&gt;In Full Load&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.replication variable"&gt;replication&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;mode, Qlik Replicate accelerates the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.replication variable"&gt;replication&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;of large tables by splitting the table into segments and loading the segments in parallel so far speed up the load process.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;More detailed information can be found at &lt;A title="here" href="https://help.qlik.com/en-US/replicate/May2024/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/Parallel_Load.htm" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 13:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2472686#M12136</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-07-24T13:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Segments in Parallel Load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2472798#M12141</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/306941"&gt;@Ginni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To add more to Expert comment here. By default, if you have table and no Range is defined by user.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you Have single table, it will use only single process to fetch/process the data irrespective of default parallel default value which is 5.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if your table as partition then it will use partition by its own. for e.g. let's say your table have 7 partitions in total. and default value is 5 then it will spawn 5 parallel thread to read and push the data and once anyone of the channel process the data it will align those to capture or process the remaining partition.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems it also depend upon the Source database. Database must support parallel as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sushil Kumar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 01:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2472798#M12141</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2024-07-25T01:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Segments in Parallel Load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2472923#M12153</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/306941"&gt;@Ginni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer the below article&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Identify-Segment-Boundaries-for-Data-Ranges-based/ta-p/1966161" target="_blank"&gt;Qlik Replicate: Identify Segment Boundaries for Da... - Qlik Community - 1966161&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Suresh&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 10:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2472923#M12153</guid>
      <dc:creator>sureshkumar</dc:creator>
      <dc:date>2024-07-25T10:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Segments in Parallel Load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2473167#M12170</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;for the detailed explanation.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 09:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2473167#M12170</guid>
      <dc:creator>Ginni</dc:creator>
      <dc:date>2024-07-26T09:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Segments in Parallel Load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2473169#M12171</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149217"&gt;@SushilKumar&lt;/a&gt;&amp;nbsp;for the information.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 09:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2473169#M12171</guid>
      <dc:creator>Ginni</dc:creator>
      <dc:date>2024-07-26T09:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Segments in Parallel Load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2473171#M12172</link>
      <description>&lt;P&gt;Thank&amp;nbsp; you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/163471"&gt;@sureshkumar&lt;/a&gt;&amp;nbsp;for the information. It will be highly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 09:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2473171#M12172</guid>
      <dc:creator>Ginni</dc:creator>
      <dc:date>2024-07-26T09:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Segments in Parallel Load</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2473174#M12173</link>
      <description>&lt;P&gt;Thank you for your great support&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/306941"&gt;@Ginni&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 09:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Segments-in-Parallel-Load/m-p/2473174#M12173</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-07-26T09:22:21Z</dc:date>
    </item>
  </channel>
</rss>

