<?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: Pushing down Phoenix quey in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Pushing-down-Phoenix-quey/m-p/103494#M33366</link>
    <description>&lt;P&gt;Depends on your processing. Can you send the query. Phoenix DOES push down local aggregations in the server side but does the full aggregation in the client. ( Like a Combiner ( Regionserver ) -&amp;gt; Reducer ( Client ) pattern.) One way to fix this can be salting of the keys to make sure specific keys are only in specific region servers.&lt;/P&gt;&lt;P&gt;For example if you have 100 regions and 100 group by keys, he will have to copy 100x100 rows to the client and merge them there. However if you make sure that each key is only present in one Region through salting he would only have to pull up 100x1 key. &lt;/P&gt;&lt;P&gt;But your query would help.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2016 19:13:18 GMT</pubDate>
    <dc:creator>bleonhardi</dc:creator>
    <dc:date>2016-06-29T19:13:18Z</dc:date>
    <item>
      <title>Pushing down Phoenix quey</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Pushing-down-Phoenix-quey/m-p/103493#M33365</link>
      <description>&lt;P&gt;I am trying to run a phoenix query, which scans millions of rows and does some processing. The problem is the entire data is being pulled to the client and the client runs out of memory. Is there a way to push down the query to the server side. IS it a setting that needs to be done for achieving this.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 18:29:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Pushing-down-Phoenix-quey/m-p/103493#M33365</guid>
      <dc:creator>arunpoy</dc:creator>
      <dc:date>2016-06-29T18:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pushing down Phoenix quey</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Pushing-down-Phoenix-quey/m-p/103494#M33366</link>
      <description>&lt;P&gt;Depends on your processing. Can you send the query. Phoenix DOES push down local aggregations in the server side but does the full aggregation in the client. ( Like a Combiner ( Regionserver ) -&amp;gt; Reducer ( Client ) pattern.) One way to fix this can be salting of the keys to make sure specific keys are only in specific region servers.&lt;/P&gt;&lt;P&gt;For example if you have 100 regions and 100 group by keys, he will have to copy 100x100 rows to the client and merge them there. However if you make sure that each key is only present in one Region through salting he would only have to pull up 100x1 key. &lt;/P&gt;&lt;P&gt;But your query would help.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 19:13:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Pushing-down-Phoenix-quey/m-p/103494#M33366</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-06-29T19:13:18Z</dc:date>
    </item>
  </channel>
</rss>

