<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Archived Posts — Vertica Forum</title>
        <link>https://forum.vertica.com/</link>
        <pubDate>Wed, 13 May 2026 09:11:46 +0000</pubDate>
        <language>en</language>
            <description>Archived Posts — Vertica Forum</description>
    <atom:link href="https://forum.vertica.com/categories/archived-posts/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>COPY Fails when multiple s3 files are passed</title>
        <link>https://forum.vertica.com/discussion/244757/copy-fails-when-multiple-s3-files-are-passed</link>
        <pubDate>Tue, 06 Aug 2024 09:08:41 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>prad33p2301</dc:creator>
        <guid isPermaLink="false">244757@/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>I have a copy command like this</p>

<pre spellcheck="false" tabindex="0">COPY SDNSLOGS_stg FROM 
's3://raw/converted-logs/test/4cff0890-f597-4374-9671-edaaa0ce8bef.gz'
,'s3://raw/converted-logs/test/4ecdebb7-f401-47d7-a3d1-6bcce1329aab.gz'
,'s3://raw/converted-logs/test/6110cfe7-b383-4166-a0a1-8acb2de9258f.gz'

GZIP
DELIMITER '^'
RECORD TERMINATOR '▼'
REJECTED DATA AS TABLE loader_rejects100;   
</pre>

<p>When I run the COPY like above with 3 file names I am seeing that only data from the last file 6110*<strong>.gz is getting loaded while the others are rejected with errors saying **Invalid input syntax for date</strong></p>

<p>There is actually no error in the first and the second file too !</p>

<p>I confirmed that by running COPY  with just one of the file name</p>

<pre spellcheck="false" tabindex="0">COPY SDNSLOGS_stg FROM 
's3://raw/converted-logs/test/4ecdebb7-f401-47d7-a3d1-6bcce1329aab.gz'
GZIP
DELIMITER '^'
RECORD TERMINATOR '▼'
REJECTED DATA AS TABLE loader_rejects101;
</pre>

<p>why am I seeing this problem when trying to copy multiple files</p>
]]>
        </description>
    </item>
    <item>
        <title>Insert multiple rows with INSERT INTO</title>
        <link>https://forum.vertica.com/discussion/239512/insert-multiple-rows-with-insert-into</link>
        <pubDate>Tue, 06 Mar 2018 15:53:45 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>ablack3</dc:creator>
        <guid isPermaLink="false">239512@/discussions</guid>
        <description><![CDATA[<p>Is it possible to insert multiple rows into a Vertica database table with a single SQL command?</p>

<p>I'm looking for something like this.</p>

<pre spellcheck="false" tabindex="0">        CREATE LOCAL TEMPORARY TABLE "iris" ("Sepal.Length" DOUBLE PRECISION, "Sepal.Width" DOUBLE PRECISION, "Petal.Length" DOUBLE PRECISION, "Petal.Width" DOUBLE PRECISION, "Species" VARCHAR) 

        INSERT INTO "iris" VALUES (5.1, 3.5, 1.4, 0.2, 'setosa'),
        (4.9, 3.0, 1.4, 0.2, 'setosa'), 
        (4.7, 3.2, 1.3, 0.2, 'setosa)
</pre>

<p>...<br />
ect.</p>

<p>This produces an error. The documentation states <a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=http%3A%2F%2Fmy.vertica.com%2Fdocs%2F7.1.x%2FHTML%2FContent%2FAuthoring%2FSQLReferenceManual%2FStatements%2FINSERT.htm" title="&quot;You must insert one complete tuple at a time.&quot;">"You must insert one complete tuple at a time."</a> Does this mean that I need one INSERT INTO SQL statement for each row of data?</p>

<p>Thanks!</p>
]]>
        </description>
    </item>
    <item>
        <title>Reviving DB Error</title>
        <link>https://forum.vertica.com/discussion/242729/reviving-db-error</link>
        <pubDate>Mon, 04 Jul 2022 22:04:36 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>abhiramd</dc:creator>
        <guid isPermaLink="false">242729@/discussions</guid>
        <description><![CDATA[<p>Not sure why revive DB fails.</p>

<p>The json file referenced seems present and accessible. Ideas?</p>

<p>[dbadmin@01 ~]$ aws s3 cp s3://vertica-test-dev-data/test/metadata/TEST/cluster_config.json /tmp/</p>

<p>download: s3://vertica-test-dev-data/test/metadata/TEST/cluster_config.json to ../../tmp/cluster_config.json</p>

<p>[dbadmin@01 ~]$ /opt/vertica/bin/admintools -t revive_db -s 10.168.36.58,10.168.38.174,10.168.39.38 --communal-storage-location=s3://vertica-test-dev-data/test/ -d TEST --force<br />
Attempting to retrieve file: [s3://vertica-test-dev-data/test/metadata/TEST/cluster_config.json]<br />
Attempting to retrieve file: [s3://vertica-test-dev-data/test/metadata/TEST/cluster_config_prev.json]</p>

<p>Database could not be revived.<br />
Error:<br />
Failed to run vertica-download-file on host(s). See /opt/vertica/log/adminTools.log for details.<br />
10.168.36.58: Initialization thread logged exception:<br />
Could not copy file [s3://vertica-test-dev-data/test/metadata/TEST/cluster_config.json] to [/tmp/desc.json]: Access Denied<br />
Exiting process ( exit(1) ).</p>

<p>Note: I didn't set aws auth key's , assuming AWS IAM Role will provide necessary permissions when reviving DB.</p>
]]>
        </description>
    </item>
    <item>
        <title>Cannot Import Existing Vertica Cluster via Management Console</title>
        <link>https://forum.vertica.com/discussion/239465/cannot-import-existing-vertica-cluster-via-management-console</link>
        <pubDate>Mon, 19 Feb 2018 14:30:38 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>canartuc</dc:creator>
        <guid isPermaLink="false">239465@/discussions</guid>
        <description><![CDATA[<p>Hello,</p>

<p>I installed <code spellcheck="false" tabindex="0">vertica-console_9.0.1-0_amd64.deb</code>, I can reach and can enter. But when I want to import existing vertica cluster, I am getting <code spellcheck="false" tabindex="0">invalid username or password</code> error. I am pretty sure that username and password is true because I am reaching to database with the same username and password. I even don't try to write it, I do copy-paste extreme carefully (no space etc.) but still getting the same error.</p>

<p>I restarted <code spellcheck="false" tabindex="0">vertica-agent</code>, <code spellcheck="false" tabindex="0">vertica-consoled</code> several times but still no luck.</p>

<p>I am sure that getting the right API Key as following:</p>

<pre spellcheck="false" tabindex="0">cat /opt/vertica/config/apikeys.dat
</pre>

<p><img src="https://us.v-cdn.net/6029397/uploads/editor/m5/xjt7wz1zy2z2.png" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029397/uploads/editor/m5/xjt7wz1zy2z2.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029397/uploads/editor/m5/xjt7wz1zy2z2.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029397/uploads/editor/m5/xjt7wz1zy2z2.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029397/uploads/editor/m5/xjt7wz1zy2z2.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029397/uploads/editor/m5/xjt7wz1zy2z2.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029397/uploads/editor/m5/xjt7wz1zy2z2.png 2000w, https://us.v-cdn.net/6029397/uploads/editor/m5/xjt7wz1zy2z2.png" sizes="100vw" /></p>

<p><img src="https://us.v-cdn.net/6029397/uploads/editor/pq/tr8kjm12u229.png" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029397/uploads/editor/pq/tr8kjm12u229.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029397/uploads/editor/pq/tr8kjm12u229.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029397/uploads/editor/pq/tr8kjm12u229.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029397/uploads/editor/pq/tr8kjm12u229.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029397/uploads/editor/pq/tr8kjm12u229.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029397/uploads/editor/pq/tr8kjm12u229.png 2000w, https://us.v-cdn.net/6029397/uploads/editor/pq/tr8kjm12u229.png" sizes="100vw" /></p>

<p>Any help would be appreciated. Thank you!</p>
]]>
        </description>
    </item>
    <item>
        <title>Can I configure DR with single new node?</title>
        <link>https://forum.vertica.com/discussion/241912/can-i-configure-dr-with-single-new-node</link>
        <pubDate>Tue, 27 Oct 2020 13:04:04 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>sameeraw</dc:creator>
        <guid isPermaLink="false">241912@/discussions</guid>
        <description><![CDATA[<p>We are using Vertica 3 node cluster in production. Now we have a requirement to implement DR.  Our Vertica version is vsql version 09.02.0108, built for Linux64, contains support for command-line editing<br />
Can I configure DR with single new node? If yes can you share supportive documents/URLs? <br />
Thx,<br />
Sameera Wijeweera</p>
]]>
        </description>
    </item>
    <item>
        <title>COPY data from a customer privided S3 bucket</title>
        <link>https://forum.vertica.com/discussion/239239/copy-data-from-a-customer-privided-s3-bucket</link>
        <pubDate>Wed, 06 Dec 2017 14:00:57 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>DieterC</dc:creator>
        <guid isPermaLink="false">239239@/discussions</guid>
        <description><![CDATA[<p>Hi forum,</p>

<p>At this time I can COPY files from our own Vertica provided S3 bucket into an AWS EON V instance without issues:</p>

<p>, SoftwareModule<br />
)<br />
FROM 's3://p-vertica-poc/Data/01-iXR_cdf_events/dump-iXR_cdf_events-2016-01-01-12h-13h.csv.gz' gzip<br />
DELIMITER ',' ENCLOSED BY '"' null E'\002NULL\003'<br />
rejectmax 10<br />
;</p>

<p>Unfortuately I get Vertica error 7160 (access denied) when trying this with files from the customer provided S3 bucket. awslib is available, we have run</p>

<p>ALTER SESSION SET UDPARAMETER FOR awslib aws_id=...<br />
ALTER SESSION SET UDPARAMETER FOR awslib aws_secret=...<br />
-- AWS Region: EU-West region: eu-west-1<br />
select set_config_parameter('AWSRegion', 'eu-west-1');</p>

<p>Reaching the customer Bucket using the S3 Browser or the aws S3 command works.</p>

<p>Can you help me to better understand what the V doc says</p>

<p>Using COPY<br />
Before you can read data from S3, you must create an IAM role for your EC2 instances to use, and grant that role permission to access your S3 resources.</p>

<p>Would you have experience in this area and have hints (or even better statements) for me what to do?</p>

<p>Thank you<br />
Dieter</p>
]]>
        </description>
    </item>
    <item>
        <title>Python3-jdbc connection</title>
        <link>https://forum.vertica.com/discussion/240499/python3-jdbc-connection</link>
        <pubDate>Wed, 27 Mar 2019 09:32:06 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>mahmoudod</dc:creator>
        <guid isPermaLink="false">240499@/discussions</guid>
        <description><![CDATA[<p>trying to use JDBC with Vertica through python script , right now we can read the data normally if it was on only one host, right now I'm trying to make group by function in two separated hosts, but both of them have the same username, and password and same field and table, but different values, is there any way to connect with 2 URL hosts together , not node backup i want to run the group by function on both of them</p>
]]>
        </description>
    </item>
    <item>
        <title>Count(1) over() recordCount slows down performance. Is there any alternative for this?</title>
        <link>https://forum.vertica.com/discussion/240051/count-1-over-recordcount-slows-down-performance-is-there-any-alternative-for-this</link>
        <pubDate>Wed, 24 Oct 2018 09:43:43 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>pujesh</dc:creator>
        <guid isPermaLink="false">240051@/discussions</guid>
        <description><![CDATA[<p>I am using count(1) over() recordCount to get the total number of records returned by the query and this appends along with the result. My query is something like this</p>

<p><code spellcheck="false" tabindex="0">select count(1) over() recordCount  ,a.column1  ,b.column2  from table_1 a  left join table_2 b  on a.column_1 = b.column_1</code></p>

<p>With this clause place in a query the execution time is ~31 secs <br />
But when i remove this clause, the execution time is ~5 secs.</p>

<p>Is there any alternative way to get the count of number of records returned by a query. <br />
Something like the ROWCOUNT function in Oracle.</p>

<p>Thanks,<br />
pujesh</p>
]]>
        </description>
    </item>
    <item>
        <title>Terrace routing on Vertica EON</title>
        <link>https://forum.vertica.com/discussion/239630/terrace-routing-on-vertica-eon</link>
        <pubDate>Wed, 25 Apr 2018 16:55:31 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>catchaks786</dc:creator>
        <guid isPermaLink="false">239630@/discussions</guid>
        <description><![CDATA[<p>Hi Team,</p>

<p>1) Will Terrace routing work same as its in EON also.<br />
2) since EON separated compute and storage, how terrace routing to going to help us in performance<br />
3) If we impletented Terrace Routing , the same architecture we will be carrying while implementing to EON?<br />
4) if we implemented EON do we need to additional implement Terrace routing?<br />
Please respond as soon as possible</p>

<p>Amit</p>
]]>
        </description>
    </item>
    <item>
        <title>Can&#39;t create new db via MC.</title>
        <link>https://forum.vertica.com/discussion/239353/cant-create-new-db-via-mc</link>
        <pubDate>Sun, 14 Jan 2018 11:27:16 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>Alexey</dc:creator>
        <guid isPermaLink="false">239353@/discussions</guid>
        <description><![CDATA[<p>This the issue I'm getting , think error 127 is not very informative to me .<br />
No error before his output.</p>

<pre spellcheck="false" tabindex="0">14 Jan 2018 11:09:51,627 [Thread-8555] StitchCluster INFO  - **** Done Processing stitching output ****
14 Jan 2018 11:09:51,628 [Thread-8555] StitchCluster INFO  - Step 4 FINISHED Stitch status = 
14 Jan 2018 11:09:51,630 [Thread-8555] GenericTaskBuilder INFO  - GenericTaskBuilder POST_INSTALL_CLEANUP
14 Jan 2018 11:09:51,641 [Thread-8555] PostInstallCleanupTask INFO  - ------START---------Executing Post Validation Script, host: 172.31.20.7-----------------------

14 Jan 2018 11:09:53,495 [Thread-8555] PostInstallCleanupTask INFO  - processStreams&gt;&gt; exitCode: 127
14 Jan 2018 11:09:53,495 [Thread-8555] PostInstallCleanupTask ERROR - Failure condition
14 Jan 2018 11:09:53,495 [Thread-8555] PostInstallCleanupTask INFO  - ------END---------Executing Post Validation Script, host: host: 172.31.20.7-----------------------

14 Jan 2018 11:09:53,506 [Thread-8555] PostInstallCleanupTask INFO  - ------START---------Cleaning up Remote Temp Folder, host: host: 172.31.20.7-----------------------

14 Jan 2018 11:09:55,354 [Thread-8555] PostInstallCleanupTask INFO  - processStreams&gt;&gt; exitCode: 0
14 Jan 2018 11:09:55,354 [Thread-8555] PostInstallCleanupTask INFO  - **** PASSED cleanup ****
14 Jan 2018 11:09:55,355 [Thread-8555] PostInstallCleanupTask INFO  - Cleaning up remote temp folder
</pre>

<p>The instances are rolled back before I press the rollback  button on the MC .</p>
]]>
        </description>
    </item>
    <item>
        <title>Shrinking an EON cluster from 12 to 6 nodes</title>
        <link>https://forum.vertica.com/discussion/239338/shrinking-an-eon-cluster-from-12-to-6-nodes</link>
        <pubDate>Tue, 09 Jan 2018 15:26:54 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>DieterC</dc:creator>
        <guid isPermaLink="false">239338@/discussions</guid>
        <description><![CDATA[<p>Dear forum,</p>

<p>We're currently timing the queries for xxx on a 12-node cluster, using 12 shards.</p>

<p>We would like to repeat the tests with 6 and/or 4 nodes, and would like to shrink the cluster not one node at a time, but removing for example 6 in one go.</p>

<p>We were thinking of calling admintools, Advanced Menu -&gt; Cluster Management -&gt; Remove Host(s), followed by terminating 6 nodes from the AWS EON management console.</p>

<p>What is your take on this? is there a more efficient, safer, more elegant or better for any other reason solution?</p>

<p>Thanks for any hints &amp; cheers - <br />
Dieter and Marco</p>
]]>
        </description>
    </item>
    <item>
        <title>Each node can run 3 concurrent queries?</title>
        <link>https://forum.vertica.com/discussion/239337/each-node-can-run-3-concurrent-queries</link>
        <pubDate>Tue, 09 Jan 2018 13:50:35 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>DieterC</dc:creator>
        <guid isPermaLink="false">239337@/discussions</guid>
        <description><![CDATA[<p>From Davids EON webcast yesterday I have a question on slide 68 (snippet attached)<br />
This slide on on Elastic Throughput Scaling contains a statement</p>

<p>"Each node can run 3 concurrent queries"<br />
Can you please explain this in detail? <br />
Thank you</p>

<p>Dieter</p>

<p><img src="https://us.v-cdn.net/6029397/uploads/editor/77/j6lje1jhw6yv.jpg" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029397/uploads/editor/77/j6lje1jhw6yv.jpg 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029397/uploads/editor/77/j6lje1jhw6yv.jpg 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029397/uploads/editor/77/j6lje1jhw6yv.jpg 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029397/uploads/editor/77/j6lje1jhw6yv.jpg 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029397/uploads/editor/77/j6lje1jhw6yv.jpg 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029397/uploads/editor/77/j6lje1jhw6yv.jpg 2000w, https://us.v-cdn.net/6029397/uploads/editor/77/j6lje1jhw6yv.jpg" sizes="100vw" /></p>
]]>
        </description>
    </item>
    <item>
        <title>Can&#39;t create eon db</title>
        <link>https://forum.vertica.com/discussion/239299/cant-create-eon-db</link>
        <pubDate>Wed, 20 Dec 2017 15:28:20 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>manofrish</dc:creator>
        <guid isPermaLink="false">239299@/discussions</guid>
        <description><![CDATA[<p>Hey.</p>

<p>I'm trying to create eon db on our cluster using admintools <br />
It success creating the DB but I see it fails for installing the AWS package.<br />
when I'm trying to install AWS package I receive the error:</p>

<p><em>"Could not stat file [s3://poc_eon/metadata/poc_eon/nodes/v_poc_eon_node0001/UDxLogs]: Unable to parse ExceptionName: PermanentRedirect Message: <br />
The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.")</em></p>

<p>Please advise.</p>

<p>Thanks.<br />
Emanuel Frish</p>
]]>
        </description>
    </item>
    <item>
        <title>Specifying the AMI to use when creating an EON cluster in MC</title>
        <link>https://forum.vertica.com/discussion/239264/specifying-the-ami-to-use-when-creating-an-eon-cluster-in-mc</link>
        <pubDate>Mon, 11 Dec 2017 09:34:45 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>DieterC</dc:creator>
        <guid isPermaLink="false">239264@/discussions</guid>
        <description><![CDATA[<p>Hi forum,</p>

<p>we have been provided a new great V AMI.</p>

<p>I have tried to provision a new V EON cluster: I did not find a way in MC to specify the AMI I want to use for the new cluster.<br />
Can you please point me to a way to select the new AMI for a V EON database?</p>

<p>Is this possible at all?<br />
Or would I need to go another route for installation (e.g. new rpm and run upgrade_vertica)?</p>

<p>Please advise.<br />
Thank you</p>
]]>
        </description>
    </item>
    <item>
        <title>AWSLIB not available</title>
        <link>https://forum.vertica.com/discussion/239232/awslib-not-available</link>
        <pubDate>Tue, 05 Dec 2017 13:50:14 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>DieterC</dc:creator>
        <guid isPermaLink="false">239232@/discussions</guid>
        <description><![CDATA[<p>Hi forum,<br />
to COPY S3 data we need to specify access key and secret key. When trying to specify them in the Vertica session I find that awslib is not available, see the error message below.<br />
During installation I had an issue with the AWS region (we are in eu-west-1).<br />
Can I rerun some installation scripts/commands to get awslib loaded?</p>

<p>dbadmin=&gt; ALTER SESSION SET UDPARAMETER FOR awslib aws_id='AKIAIYP7J44TPC3LUFGQ';<br />
ROLLBACK 6600:   [awslib] does not exist<br />
dbadmin=&gt;</p>

<p>Thank you<br />
Dieter</p>
]]>
        </description>
    </item>
    <item>
        <title>where to find COPY error files in EON mode</title>
        <link>https://forum.vertica.com/discussion/239228/where-to-find-copy-error-files-in-eon-mode</link>
        <pubDate>Mon, 04 Dec 2017 15:28:01 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>DieterC</dc:creator>
        <guid isPermaLink="false">239228@/discussions</guid>
        <description><![CDATA[<p>Hi forum,<br />
we have started our first data COPYs to an EON DB. Can you advise where the error files are located? <br />
I have found a directory metadata/dbname/nodes/nodename/Catalog directory with to subdirs, Checkpoints and Txnlogs.<br />
Is this the place to look for?<br />
Please advise.<br />
Thanks<br />
Dieter</p>
]]>
        </description>
    </item>
    <item>
        <title>error  persisting data to S3</title>
        <link>https://forum.vertica.com/discussion/239124/error-persisting-data-to-s3</link>
        <pubDate>Mon, 30 Oct 2017 19:21:01 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>colin_loghin</dc:creator>
        <guid isPermaLink="false">239124@/discussions</guid>
        <description><![CDATA[<p>Hey folks, <br />
It looks like my setup is not correct. I get this error when i try to insert a record into a table.</p>

<p>How do i troubleshoot this ? <br />
Anything wrong with the bucket? <br />
02823bcda288a8811479d012e64c241d00c0000000000e10_0.gt]: Could not stat file [s3://BUCKET_NAME/communal/70c/02823bcda288a8811479d012e64c241d00c0000000000e10_0.gt]: Unable to parse ExceptionName: PermanentRedirect Message: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.<br />
2017-10-30 19:15:07.964 Init Session:7f4e218c0700-c000000000055c [Dist]  Cleaning up Uploader on fail<br />
2017-10-30 19:15:07.965 Init Session:7f4e218c0700-c000000000055c [Dist]  Cleaning up Uploader on fail<br />
2017-10-30 19:15:07.966 Init Session:7f4e218c0700-c000000000055c  <a href="https://forum.vertica.com/profile/v_verticadb_node0002" rel="nofollow">@v_verticadb_node0002</a>: 58030/8162: Something went wrong while copying the files to persistent location.</p>
]]>
        </description>
    </item>
    <item>
        <title>How to increase Catalog space in a node</title>
        <link>https://forum.vertica.com/discussion/239220/how-to-increase-catalog-space-in-a-node</link>
        <pubDate>Thu, 30 Nov 2017 19:48:10 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>Vertica_User</dc:creator>
        <guid isPermaLink="false">239220@/discussions</guid>
        <description><![CDATA[<p>In one of the node, free catalog space is 6%. Could you please suggest how to increase it .</p>
]]>
        </description>
    </item>
    <item>
        <title>Using SSL Server Authentication with Vertica: Validating Your SSL Key and Certificate</title>
        <link>https://forum.vertica.com/discussion/239216/using-ssl-server-authentication-with-vertica-validating-your-ssl-key-and-certificate</link>
        <pubDate>Wed, 29 Nov 2017 22:06:38 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>System</dc:creator>
        <guid isPermaLink="false">239216@/discussions</guid>
        <description><![CDATA[
                <div><strong>Using SSL Server Authentication with Vertica: Validating Your SSL Key and Certificate</strong>
                   <p>Applies to: Vertica Versions 7.1.x and 7.2.x</p>
                   <p><a rel="nofollow" href="https://my.vertica.com/kb/Using-SSL-Server-Authentication-with-Vertica-Validating-Your-SSL/Content/BestPractices/Using-SSL-Server-Authentication-with-Vertica-Validating-Your-SSL.htm">Read the full story here</a></p>
                   <div></div>
                </div>]]>
        </description>
    </item>
    <item>
        <title>exporting a large table fails due to lack of space on the catalog volume on the target</title>
        <link>https://forum.vertica.com/discussion/239150/exporting-a-large-table-fails-due-to-lack-of-space-on-the-catalog-volume-on-the-target</link>
        <pubDate>Tue, 07 Nov 2017 00:22:31 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>colin_loghin</dc:creator>
        <guid isPermaLink="false">239150@/discussions</guid>
        <description><![CDATA[<p>I attempted to load a secondary 4 node cluster with the default storage configuration from a 3 node cluster in the default configuration. <br />
The large fact table failed in the middle as the depot ran out of space.</p>

<p>vsql:export.sql:7: ERROR 2927:  [verticadb] Could not write to [/vertica/data/VerticaDB/v_verticadb_node0003_data]: Volume [/vertica/data/VerticaDB/v_verticadb_node0003_data] has insufficient space.<br />
vsql:export.sql:8: ERROR 2927:  [verticadb] Could not write to [/vertica/data/VerticaDB/v_verticadb_node0003_data]: Volume [/vertica/data/VerticaDB/v_verticadb_node0003_data] has insufficient space.</p>

<p>Here is the vertica storage on the source on 1 node<br />
/dev/md127      590G  356G  205G  64% /scratch_b<br />
/dev/xvde        50G  1.3G   46G   3% /vertica/data</p>

<p>and on the destination<br />
/dev/xvde        50G  260M   47G   1% /vertica/data -&gt; filled up and then failed<br />
/dev/md127      590G  142M  560G   1% /scratch_b</p>

<p>/vertica/data is the catalog path so why is that getting filled ? I checked and could not see files in either catalog / data , I suppose they are hidden or reference counts are held.</p>

<p>Anyhow, this should be workping a bit different and the depot should be used instead + S3 storage when the depot runs out.</p>
]]>
        </description>
    </item>
    <item>
        <title>adding a node fails</title>
        <link>https://forum.vertica.com/discussion/239151/adding-a-node-fails</link>
        <pubDate>Tue, 07 Nov 2017 00:24:08 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>colin_loghin</dc:creator>
        <guid isPermaLink="false">239151@/discussions</guid>
        <description><![CDATA[<p>I have tried this multiple times on multiple clusters. Same error.</p>

<p>06 Nov 2017 23:19:59,221 [Thread-11160] CloudManagementThread ERROR - Cannot get updated new host information for 172.31.xx.xx<br />
06 Nov 2017 23:19:59,230 [Thread-11160] CloudManagementThread INFO  - Add Instances Success...</p>

<p>The host is created and provisioned, but the node is not added to the DB. <br />
Any hints?</p>
]]>
        </description>
    </item>
    <item>
        <title>Expanding the EON cluster through MC gets hung on the &quot;Adding Instance&quot; stage.</title>
        <link>https://forum.vertica.com/discussion/239132/expanding-the-eon-cluster-through-mc-gets-hung-on-the-adding-instance-stage</link>
        <pubDate>Thu, 02 Nov 2017 06:26:09 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>kannan01</dc:creator>
        <guid isPermaLink="false">239132@/discussions</guid>
        <description><![CDATA[<p><img src="https://us.v-cdn.net/6029397/uploads/editor/lt/9sjd24ltnp0v.png" alt="" title="" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6029397/uploads/editor/lt/9sjd24ltnp0v.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029397/uploads/editor/lt/9sjd24ltnp0v.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029397/uploads/editor/lt/9sjd24ltnp0v.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029397/uploads/editor/lt/9sjd24ltnp0v.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029397/uploads/editor/lt/9sjd24ltnp0v.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029397/uploads/editor/lt/9sjd24ltnp0v.png 2000w, https://us.v-cdn.net/6029397/uploads/editor/lt/9sjd24ltnp0v.png" sizes="100vw" /></p>

<p>Also pressing the close button doesnot cancel the process..</p>
]]>
        </description>
    </item>
    <item>
        <title>reviving database error</title>
        <link>https://forum.vertica.com/discussion/239143/reviving-database-error</link>
        <pubDate>Fri, 03 Nov 2017 16:04:27 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>colin_loghin</dc:creator>
        <guid isPermaLink="false">239143@/discussions</guid>
        <description><![CDATA[<p>Not sure why the revive operation fails.<br />
The json file referenced seems present and accessible. Ideas?</p>

<p>aws s3 cp s3://eonpoc2/communal/metadata/VerticaDB/cluster_config.json -</p>

<p>[dbadmin@ip-172-31-46-62 ~]$ admintools -t revive_db --communal-storage-location=s3://eonpoc2/communal/  -s 172.31.46.62 --force -d VerticaDB</p>

<pre spellcheck="false" tabindex="0">            Vertica Eon Mode Beta
    The operation you are performing is part of
    beta functionality. The terms listed in the beta
    agreement apply.

    Vertica Eon Mode Beta forum:
    https://forum.vertica.com/categories/verticabeta
</pre>

<p>Attempting to read database information from: [s3://eonpoc2/communal/metadata/VerticaDB/cluster_config.json]</p>

<p>Database could not be revived.<br />
Error: Error while downloading file communal/metadata/VerticaDB/cluster_config.json from communal location: An error occurred (400) when calling the HeadObject operation: Bad Request</p>
]]>
        </description>
    </item>
    <item>
        <title>error when creating cluster</title>
        <link>https://forum.vertica.com/discussion/239131/error-when-creating-cluster</link>
        <pubDate>Thu, 02 Nov 2017 00:09:31 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>colin_loghin</dc:creator>
        <guid isPermaLink="false">239131@/discussions</guid>
        <description><![CDATA[<p>I get this error when creating a new cluster. How to troubleshoot ? <br />
The error seems to pop up regardless of the instance type selected.</p>

<p>Created iamRole: verticaeon1_1509581033274_203<br />
Info    Failed to provision AWS Cluster: [fatal: [localhost]: FAILED! =&gt; {"changed": false, "failed": true, "msg": "Instance creation failed =&gt; Unsupported: EBS-optimized instances are not supported for your requested configuration. Please check the documentation for supported configurations."}]<br />
Failed  Provision step failed, please check log for details.<br />
Info    Rollback AWS resources.</p>

<p>I picked c3.4xlarge in us-east-2</p>
]]>
        </description>
    </item>
    <item>
        <title>Getting error while creating EON db using the admintools CLI</title>
        <link>https://forum.vertica.com/discussion/239127/getting-error-while-creating-eon-db-using-the-admintools-cli</link>
        <pubDate>Tue, 31 Oct 2017 15:45:54 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>kannan01</dc:creator>
        <guid isPermaLink="false">239127@/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>While running  the admintools CLI to create Db in EON mode, i am getting the following logs :</p>

<p>2017-10-31 15:40:37.716 Spread Client:7f7409df3700 [SAL]  [S3UDFS] [RETRY] [Attempt 14/50] [Canceled? N] [Should retry? Y] [Operation virtual void SAL::S3FileSystem::mkdirs(const char*, mode_t) const]  (99) : 'Unable to connect to endpoint'</p>

<p>Could you please advise.</p>
]]>
        </description>
    </item>
    <item>
        <title>Vertica 9 not handling permanent redirects on s3.</title>
        <link>https://forum.vertica.com/discussion/239122/vertica-9-not-handling-permanent-redirects-on-s3</link>
        <pubDate>Mon, 30 Oct 2017 19:00:31 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>Bharath_Anandar</dc:creator>
        <guid isPermaLink="false">239122@/discussions</guid>
        <description><![CDATA[<p>Hello -</p>

<p>Creating a cluster in EON mode fails with "Unable to parse ExceptionName: PermanentRedirect Message: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint."</p>

<p>We got the same error when trying to query a parquet file after upgrading to  vertica 9 enterprise mode.</p>

<p>Case 00071999 has more details. The instances and the s3 bucket are in the same region.</p>

<p>-Bharath</p>
]]>
        </description>
    </item>
    <item>
        <title>useful system tables related to EON usage</title>
        <link>https://forum.vertica.com/discussion/239125/useful-system-tables-related-to-eon-usage</link>
        <pubDate>Mon, 30 Oct 2017 19:58:29 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>colin_loghin</dc:creator>
        <guid isPermaLink="false">239125@/discussions</guid>
        <description><![CDATA[<p>Can anyone provide a list of useful system tables relevant to EON mode usage? I am thinking  of nodes/ shards mapping, s3 connectivity details, depot info, etc. <br />
Thanks.</p>
]]>
        </description>
    </item>
    <item>
        <title>&#39;ll haDeveloping UDxs in Java Tutorial Part 1: Introduction &amp; Setting Up</title>
        <link>https://forum.vertica.com/discussion/239060/ll-hadeveloping-udxs-in-java-tutorial-part-1-introduction-setting-up</link>
        <pubDate>Wed, 04 Oct 2017 22:39:29 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>System</dc:creator>
        <guid isPermaLink="false">239060@/discussions</guid>
        <description><![CDATA[
                <div><strong>'ll haDeveloping UDxs in Java Tutorial Part 1: Introduction &amp; Setting Up</strong>
                   <p>Welcome to the first part of our tutorial series on developing User Defined Extensions (UDxs) with the Java programming language. In this part, you’ll learn what UDxs are and why you would want to develop one. We’ll also show you how to set up a development environment to make developing your UDxs easier.</p>
                   <p><a rel="nofollow" href="https://my.vertica.com/kb/Developing-UDxs-in-Java-Tutorial-Part-1-Introduction-amp-Setting/Content/BestPractices/Developing-UDxs-in-Java-Tutorial-Part-1-Introduction-amp-Setting.htm">Read the full story here</a></p>
                   <div></div>
                </div>]]>
        </description>
    </item>
    <item>
        <title>Tuple Mover Best Practices</title>
        <link>https://forum.vertica.com/discussion/239004/tuple-mover-best-practices</link>
        <pubDate>Fri, 08 Sep 2017 20:26:13 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>System</dc:creator>
        <guid isPermaLink="false">239004@/discussions</guid>
        <description><![CDATA[
                <div><strong>Tuple Mover Best Practices</strong>
                   <p> Click here for a PDF version of this document.</p>
                   <p><a rel="nofollow" href="https://my.vertica.com/kb/Tuple-Mover-Best-Practices/Content/BestPractices/Tuple-Mover-Best-Practices.htm">Read the full story here</a></p>
                   <div></div>
                </div>]]>
        </description>
    </item>
    <item>
        <title>Encoding type vs encodings</title>
        <link>https://forum.vertica.com/discussion/238974/encoding-type-vs-encodings</link>
        <pubDate>Tue, 22 Aug 2017 23:25:25 +0000</pubDate>
        <category>Archived Posts</category>
        <dc:creator>mmuthukr</dc:creator>
        <guid isPermaLink="false">238974@/discussions</guid>
        <description><![CDATA[<p>what is the difference between encoding type specified in the projection_column table and encodings specified in  column_storage table.</p>

<p>below is the sample data from<br />
 v_catalog.PROJECTION_COLUMNS  ,</p>

<h2 data-id="v-monitor-column-storage">v_monitor.column_storage</h2>

<p>data_type   encoding_type   encodings   compressions<br />
varchar(12) AUTO    String  lzo<br />
varchar(9)  AUTO    String  lzo<br />
varchar(9)  AUTO    String  lzo<br />
date    AUTO    Uncompressed    int delta<br />
date    AUTO    Uncompressed    int delta<br />
varchar(7)  AUTO    String  lzo</p>
]]>
        </description>
    </item>
   </channel>
</rss>
