<?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: Add one more column to a Phoenix Covered Index in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Add-one-more-column-to-a-Phoenix-Covered-Index/m-p/232531#M70186</link>
    <description>&lt;P&gt;No, there is no alter for index. The problem is that adding one more column to the index means the same full scan over the table and the operation would be as expensive as the new index creation. &lt;/P&gt;</description>
    <pubDate>Wed, 25 Oct 2017 01:37:09 GMT</pubDate>
    <dc:creator>ssoldatov</dc:creator>
    <dc:date>2017-10-25T01:37:09Z</dc:date>
    <item>
      <title>Add one more column to a Phoenix Covered Index</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Add-one-more-column-to-a-Phoenix-Covered-Index/m-p/232530#M70185</link>
      <description>&lt;P&gt;I have an existing covered index which I created using statement like below.&lt;/P&gt;&lt;PRE&gt;CREATE INDEX my_index ON my_table (v1,v2) INCLUDE(v3).

Now I want to include one more column v4, like  INCLUDE(v3,v4).  v4 column will not be part of actual index but it will be in covered part.
I am not sure if we have an Alter statement to do this. Request for assistance.&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Oct 2017 21:42:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Add-one-more-column-to-a-Phoenix-Covered-Index/m-p/232530#M70185</guid>
      <dc:creator>akash_sabarad</dc:creator>
      <dc:date>2017-10-24T21:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Add one more column to a Phoenix Covered Index</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Add-one-more-column-to-a-Phoenix-Covered-Index/m-p/232531#M70186</link>
      <description>&lt;P&gt;No, there is no alter for index. The problem is that adding one more column to the index means the same full scan over the table and the operation would be as expensive as the new index creation. &lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 01:37:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Add-one-more-column-to-a-Phoenix-Covered-Index/m-p/232531#M70186</guid>
      <dc:creator>ssoldatov</dc:creator>
      <dc:date>2017-10-25T01:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Add one more column to a Phoenix Covered Index</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Add-one-more-column-to-a-Phoenix-Covered-Index/m-p/232532#M70187</link>
      <description>&lt;P&gt;I don't want to add one more column to the actual index columns, but in the INCLUDE() section. Will that also have same effect?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 22:02:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Add-one-more-column-to-a-Phoenix-Covered-Index/m-p/232532#M70187</guid>
      <dc:creator>akash_sabarad</dc:creator>
      <dc:date>2017-10-30T22:02:16Z</dc:date>
    </item>
  </channel>
</rss>

