<?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 Phoenix table design in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-table-design/m-p/132653#M47701</link>
    <description>&lt;P&gt;I am using Ambari version 2.4.1 with 8 region servers (16 VCPU). Is it ok to have 8*3= 24 buckets for my table? How to upgrade the phoenix to 4.6 where I can create a table and have row timestamp to a Phoenix column? if I create a view on top a table in phoenix, is it going to claim a physical space?&lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2016 20:10:31 GMT</pubDate>
    <dc:creator>rudrapbiswas</dc:creator>
    <dc:date>2016-12-01T20:10:31Z</dc:date>
    <item>
      <title>Phoenix table design</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-table-design/m-p/132653#M47701</link>
      <description>&lt;P&gt;I am using Ambari version 2.4.1 with 8 region servers (16 VCPU). Is it ok to have 8*3= 24 buckets for my table? How to upgrade the phoenix to 4.6 where I can create a table and have row timestamp to a Phoenix column? if I create a view on top a table in phoenix, is it going to claim a physical space?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 20:10:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-table-design/m-p/132653#M47701</guid>
      <dc:creator>rudrapbiswas</dc:creator>
      <dc:date>2016-12-01T20:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix table design</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-table-design/m-p/132654#M47702</link>
      <description>&lt;P&gt;Please read the follo2ing reference:&lt;/P&gt;&lt;P&gt;&lt;A href="http://phoenix.apache.org/performance.html#Salting" target="_blank"&gt;http://phoenix.apache.org/performance.html#Salting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For optimal performance, number of salt buckets should match number of region servers). You càn upgrade t HdP 2.5.3 with Phoenix 4.7. Any design decision should be followed by testing.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2016 22:52:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-table-design/m-p/132654#M47702</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-12-03T22:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix table design</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-table-design/m-p/132655#M47703</link>
      <description>&lt;P&gt;If I create a view on top a table in phoenix, is it going to claim a physical space?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 21:22:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-table-design/m-p/132655#M47703</guid>
      <dc:creator>rudrapbiswas</dc:creator>
      <dc:date>2016-12-12T21:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix table design</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-table-design/m-p/132656#M47704</link>
      <description>&lt;P&gt;No it doesn't (except for metadata). Phoenix doesn't materialize the tables (i.e. physically store the data), but only runs the query mapped by the views.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 08:12:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-table-design/m-p/132656#M47704</guid>
      <dc:creator>wxu</dc:creator>
      <dc:date>2016-12-16T08:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix table design</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-table-design/m-p/132657#M47705</link>
      <description>&lt;P&gt;Is it possible to ad index on the views?&lt;/P&gt;&lt;P&gt;Also, I want to add a table with defined column families and few qualifiers. My requirement is to store the data with qualifiers at runtime. How can I make sure to fetch the valid qualifiers while fetching particular record?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2016 02:36:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-table-design/m-p/132657#M47705</guid>
      <dc:creator>rudrapbiswas</dc:creator>
      <dc:date>2016-12-18T02:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix table design</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-table-design/m-p/132658#M47706</link>
      <description>&lt;P&gt;Yes, index on views work but with some limitations: &lt;A href="https://phoenix.apache.org/views.html"&gt;https://phoenix.apache.org/views.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I don't have an answer for the second part of your question on cf and qualifiers.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 04:16:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-table-design/m-p/132658#M47706</guid>
      <dc:creator>wxu</dc:creator>
      <dc:date>2016-12-20T04:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix table design</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-table-design/m-p/132659#M47707</link>
      <description>&lt;P&gt;for the second question:-&lt;/P&gt;&lt;P&gt;bq. Also, I want to add a table with defined column families and few qualifiers. My requirement is to store the data with qualifiers at runtime. How can I make sure to fetch the valid qualifiers while fetching particular record?&lt;/P&gt;&lt;P&gt;You can use dynamic columns while upserting data and doing SELECT.&lt;/P&gt;&lt;P&gt;&lt;A href="https://phoenix.apache.org/dynamic_columns.html" target="_blank"&gt;https://phoenix.apache.org/dynamic_columns.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 15:36:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-table-design/m-p/132659#M47707</guid>
      <dc:creator>asinghal</dc:creator>
      <dc:date>2017-08-01T15:36:34Z</dc:date>
    </item>
  </channel>
</rss>

