<?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>question Nifi - putsql for phoenix upsert very slow - improve performace ?? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-putsql-for-phoenix-upsert-very-slow-improve-performace/m-p/127810#M43384</link>
    <description>&lt;P&gt;Nifi - putsql for phoenix upsert very slow , getting records 1000/sec , phoenix putsql is unabel toinsert it seems . &lt;/P&gt;&lt;P&gt;Please let us know how to improve phoenix insertion fast . &lt;/P&gt;</description>
    <pubDate>Thu, 13 Oct 2016 11:20:29 GMT</pubDate>
    <dc:creator>srinivaspadala_</dc:creator>
    <dc:date>2016-10-13T11:20:29Z</dc:date>
    <item>
      <title>Nifi - putsql for phoenix upsert very slow - improve performace ??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-putsql-for-phoenix-upsert-very-slow-improve-performace/m-p/127810#M43384</link>
      <description>&lt;P&gt;Nifi - putsql for phoenix upsert very slow , getting records 1000/sec , phoenix putsql is unabel toinsert it seems . &lt;/P&gt;&lt;P&gt;Please let us know how to improve phoenix insertion fast . &lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 11:20:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-putsql-for-phoenix-upsert-very-slow-improve-performace/m-p/127810#M43384</guid>
      <dc:creator>srinivaspadala_</dc:creator>
      <dc:date>2016-10-13T11:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi - putsql for phoenix upsert very slow - improve performace ??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-putsql-for-phoenix-upsert-very-slow-improve-performace/m-p/127811#M43385</link>
      <description>&lt;P&gt;"phoenix putsql is unabel toinsert it seems"&lt;/P&gt;&lt;P&gt;Are you referring to the INSERT SQL command? Phoenix does not expose INSERT, it exposes UPSERT which matches the actual semantics of how data is written.&lt;/P&gt;&lt;P&gt;"Nifi - putsql for phoenix upsert very slow , getting records 1000/sec"&lt;/P&gt;&lt;P&gt;The PutSQL processor seems to be written in a way that would allow for optimal performance with Phoenix. Care to share your PutSQL processor configuration? Have you tried to write a simple JDBC application to verify the "theoretical" performance of your system?&lt;/P&gt;&lt;P&gt;One thing I can see is that if PutSQL is getting triggered very frequently, you will be making a large number of RPCs and not batching updates into HBase. How many FlowFiles does PutSQL process per invocation?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 00:08:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-putsql-for-phoenix-upsert-very-slow-improve-performace/m-p/127811#M43385</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-10-14T00:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi - putsql for phoenix upsert very slow - improve performace ??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-putsql-for-phoenix-upsert-very-slow-improve-performace/m-p/127812#M43386</link>
      <description>&lt;P&gt;1. we are using UPSERT commad only in phoenix . &lt;/P&gt;&lt;P&gt;2. even i am unable insert 100/sec &lt;/P&gt;&lt;P&gt;3 . PFA of PutSQL configuration&lt;/P&gt;&lt;P&gt;I am getting 10,000 records per second . but i am able to insert only 20-50 records per second . queue is not getting piled up , looks data loss is happening . please let me know how to improve performace  .atleadt 1000/sec as said.&lt;/P&gt;&lt;P&gt;and how to debug/test whether the data loss is happening or not . thanks in advance . &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8546-pusql-screenshot.png" style="width: 960px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22570i5274044496E2B808/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8546-pusql-screenshot.png" alt="8546-pusql-screenshot.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:56:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-putsql-for-phoenix-upsert-very-slow-improve-performace/m-p/127812#M43386</guid>
      <dc:creator>srinivaspadala_</dc:creator>
      <dc:date>2019-08-19T09:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi - putsql for phoenix upsert very slow - improve performace ??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-putsql-for-phoenix-upsert-very-slow-improve-performace/m-p/127813#M43387</link>
      <description>&lt;P&gt;With sufficient backpressure, I would imagine that NiFi will drop data eventually.&lt;/P&gt;&lt;P&gt;Based on your screenshot, you are writing &lt;EM&gt;no &lt;/EM&gt;data via this processor (Out is 0bytes). I would recommend you verify that Phoenix and HBase are healthy before trying to introduce NiFi into the picture.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 23:00:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-putsql-for-phoenix-upsert-very-slow-improve-performace/m-p/127813#M43387</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-10-14T23:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi - putsql for phoenix upsert very slow - improve performace ??</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-putsql-for-phoenix-upsert-very-slow-improve-performace/m-p/127814#M43388</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/223/jelser.html" nodeid="223"&gt;@Josh Elser&lt;/A&gt;  &lt;A rel="user" href="https://community.cloudera.com/users/13387/srinivaspadalacs.html" nodeid="13387"&gt;@srinivas padala&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The "Read/Write" stats on the processor have nothing to do with writing to your SQL end-point.  This particular stat is all about reads from and writes to the NIFi content Repository. This helps identify where in your flow you may have disk high disk I/O in the form of either reads or more expensive writes.&lt;/P&gt;&lt;P&gt;From the screenshot above, I see that this processor brought in off inbound connections 35,655 FlowFiles in the past 5 minutes.  It read 20.87 MB of content from the content repository in that same timeframe. The processor then output 0 FlowFiles to any outbound connection (This indicates all files where either routed to a an auto-terminated relationship). Assuming only the "success" relationship was auto-terminated, all data was sent successfully.  If the "failure" relationship (which should not be auto-terminated here) is routed to another processor, the 0 "out" indicates that in the past 5 minutes 0 files failed.  The Tasks shows a cumulative total CPU usage reported over the past 5 minutes.  A high "Time" value indicates a cpu intensive processor.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 19:39:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-putsql-for-phoenix-upsert-very-slow-improve-performace/m-p/127814#M43388</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2016-10-17T19:39:00Z</dc:date>
    </item>
  </channel>
</rss>

