<?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: Low apply throughput in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Low-apply-throughput/m-p/1746488#M485</link>
    <description>&lt;P&gt;Are there any updates on this? We are having a similar issue with SQL Server and writing to AWS EMR&lt;/P&gt;</description>
    <pubDate>Wed, 23 Sep 2020 14:58:45 GMT</pubDate>
    <dc:creator>Avinckewec</dc:creator>
    <dc:date>2020-09-23T14:58:45Z</dc:date>
    <item>
      <title>Low apply throughput</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Low-apply-throughput/m-p/1739602#M422</link>
      <description>&lt;P&gt;Hi, we have a task, reading from a SQL Server and writing to a Datalake Gen2 (Azure). Sometimes, on CDC change processing, we receive warnings about transasction timestamp (The transaction timestamp already exists in an earlier partition, timestamp = '1598272041707000', batch begin time = '1598583600000000') and, after this warnings, the apply throughput decreases a lot. So, the task starts to accumulate data and, finally, we need to do a full load again.&lt;/P&gt;&lt;P&gt;Does anyone know if exists advanced parameters to increase the apply throughput or, how can we solve this issue? We have a ticket on support, but, unfortunately, until this moment, this issue is not solved.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 22:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Low-apply-throughput/m-p/1739602#M422</guid>
      <dc:creator>Nuno_Corte</dc:creator>
      <dc:date>2020-08-28T22:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Low apply throughput</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Low-apply-throughput/m-p/1746488#M485</link>
      <description>&lt;P&gt;Are there any updates on this? We are having a similar issue with SQL Server and writing to AWS EMR&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 14:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Low-apply-throughput/m-p/1746488#M485</guid>
      <dc:creator>Avinckewec</dc:creator>
      <dc:date>2020-09-23T14:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Low apply throughput</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Low-apply-throughput/m-p/1746491#M486</link>
      <description>&lt;P&gt;No. The issue still occurs.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 15:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Low-apply-throughput/m-p/1746491#M486</guid>
      <dc:creator>Nuno_Corte</dc:creator>
      <dc:date>2020-09-23T15:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Low apply throughput</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Low-apply-throughput/m-p/1748143#M499</link>
      <description>&lt;P&gt;I recommend opening a support ticket for these types of issues.&amp;nbsp; &amp;nbsp;Support and R&amp;amp;D will request logs and artifacts to help troubleshoot the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Low-apply-throughput/m-p/1748143#M499</guid>
      <dc:creator>TimGarrod</dc:creator>
      <dc:date>2020-09-29T14:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Low apply throughput</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Low-apply-throughput/m-p/1748146#M500</link>
      <description>Yes, we did it. Thanks!&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Low-apply-throughput/m-p/1748146#M500</guid>
      <dc:creator>Nuno_Corte</dc:creator>
      <dc:date>2020-09-29T14:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Low apply throughput</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Low-apply-throughput/m-p/2003572#M4178</link>
      <description>&lt;P&gt;Nuno,&lt;/P&gt;
&lt;P&gt;Thank you for the post to the Forums. You can try the below steps to increase the Threads and Stream Buffer size to see if this helps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please export the task, open the json file and search for common_settings:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Note: The 10 buffers at 200 MB will need to be considered as this will affect the Resources on the Replicate Server. You may want to try with a lower setting as our default is 3 Buffers at 8MB piece.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"common_settings": {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"change_table_settings": {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add the 2 lines:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"stream_buffers_number": 10,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"stream_buffer_size": 200,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;end result:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"common_settings": {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"stream_buffers_number": 10,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"stream_buffer_size": 200,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"change_table_settings": {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;save the json, import it to Replicate, stop and resume the task. Also ensure that change processing tuning settings are intact.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Bill&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 14:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Low-apply-throughput/m-p/2003572#M4178</guid>
      <dc:creator>Bill_Steinagle</dc:creator>
      <dc:date>2022-11-11T14:13:11Z</dc:date>
    </item>
  </channel>
</rss>

