<?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 Re: Kudu increment update support in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Kudu-increment-update-support/m-p/56104#M14456</link>
    <description>&lt;P&gt;I think it is just because how Kudu is implemented. The visit count is not the primary key of the table. Nor the browser column. For atomic incrementing you have to have the data in one location on one server.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jun 2017 10:21:33 GMT</pubDate>
    <dc:creator>Tomas79</dc:creator>
    <dc:date>2017-06-19T10:21:33Z</dc:date>
    <item>
      <title>Kudu increment update support</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-increment-update-support/m-p/54187#M14453</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Dose Kudu&amp;nbsp;support&amp;nbsp;&amp;nbsp;increment update?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, we have a table with two field, browser and visit count :&lt;/P&gt;&lt;P&gt;borwser &amp;nbsp; visitCount&lt;/P&gt;&lt;P&gt;firfox &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And then, we got a new visit from firfox, the table will be update to:&lt;/P&gt;&lt;P&gt;borwser &amp;nbsp; visitCount&lt;/P&gt;&lt;P&gt;firfox &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we want to do this update by increment operation, ranther then read the visitCount, add one and write it back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:31:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-increment-update-support/m-p/54187#M14453</guid>
      <dc:creator>wumin</dc:creator>
      <dc:date>2022-09-16T11:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu increment update support</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-increment-update-support/m-p/54204#M14454</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kudu currently doesn't support atomic&amp;nbsp;increments or any kind of operation that reads a value and makes a decision based on that value with the guarantee that it won't change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;J-D&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 14:50:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-increment-update-support/m-p/54204#M14454</guid>
      <dc:creator>J-D</dc:creator>
      <dc:date>2017-04-27T14:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu increment update support</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-increment-update-support/m-p/56093#M14455</link>
      <description>Hi, We also found Increment as a very useful operation in production. It can reduce row number. So why increment is not supported, is it on the plan?</description>
      <pubDate>Mon, 19 Jun 2017 08:19:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-increment-update-support/m-p/56093#M14455</guid>
      <dc:creator>linhao</dc:creator>
      <dc:date>2017-06-19T08:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu increment update support</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-increment-update-support/m-p/56104#M14456</link>
      <description>&lt;P&gt;I think it is just because how Kudu is implemented. The visit count is not the primary key of the table. Nor the browser column. For atomic incrementing you have to have the data in one location on one server.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 10:21:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-increment-update-support/m-p/56104#M14456</guid>
      <dc:creator>Tomas79</dc:creator>
      <dc:date>2017-06-19T10:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu increment update support</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-increment-update-support/m-p/59229#M14457</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;Nor the browser column" -- What if the "browser" column WAS the primary key? &amp;nbsp;Would increment be possible in similar fashion to upsert, the difference being that internally Kudu would read the existing value and add it to the increment value before saving? &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 21:20:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-increment-update-support/m-p/59229#M14457</guid>
      <dc:creator>hindog</dc:creator>
      <dc:date>2017-08-25T21:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu increment update support</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-increment-update-support/m-p/59323#M14458</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/23570"&gt;@hindog&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;"&lt;SPAN&gt;Nor the browser column" -- What if the "browser" column WAS the primary key? &amp;nbsp;Would increment be possible in similar fashion to upsert, the difference being that internally Kudu would read the existing value and add it to the increment value before saving? &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;The other Kudu limitation that this runs into is that row key columns cannot be modified. It would be somewhat easier to implement atomic increments on non-key columns, but then that means doing a lot of updates and it's not something Kudu excels at e.g. it supports modifying data but the higher the rate the slower the reads are.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 16:03:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-increment-update-support/m-p/59323#M14458</guid>
      <dc:creator>J-D</dc:creator>
      <dc:date>2017-08-28T16:03:11Z</dc:date>
    </item>
  </channel>
</rss>

