<?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>Product Feedback — Vertica Forum</title>
        <link>https://forum.vertica.com/</link>
        <pubDate>Wed, 13 May 2026 10:11:21 +0000</pubDate>
        <language>en</language>
            <description>Product Feedback — Vertica Forum</description>
    <atom:link href="https://forum.vertica.com/categories/product-feedback/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>How can i prevent usage of hardcoded text password when connect to Vertica to connect dynamically?</title>
        <link>https://forum.vertica.com/discussion/244909/how-can-i-prevent-usage-of-hardcoded-text-password-when-connect-to-vertica-to-connect-dynamically</link>
        <pubDate>Tue, 03 Jun 2025 08:04:57 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>NikitasMsensis</dc:creator>
        <guid isPermaLink="false">244909@/discussions</guid>
        <description><![CDATA[<p>In a private network i connect using cyberark to a remote host where Vertica database also lies. I use several bash scripts saved in a remote host's directory to feed Vertica with data from various sources. The problem is that each of my bash scripts contains the Vertica password hardcoded, so when there will be a need to change the password, i will have to change it manually to each of these scripts. Is there any secure way to make my system more dynamic so that i don't have to change the password by hand. Someone proposed me something like ssh keys? Is this a valid solution? How can i use them?</p>
]]>
        </description>
    </item>
    <item>
        <title>Ancient rdkafka version upgrade possibilities?</title>
        <link>https://forum.vertica.com/discussion/244778/ancient-rdkafka-version-upgrade-possibilities</link>
        <pubDate>Thu, 05 Sep 2024 08:20:45 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>LauriPessi</dc:creator>
        <guid isPermaLink="false">244778@/discussions</guid>
        <description><![CDATA[<p>As stated <a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fdocs.vertica.com%2F24.2.x%2Fen%2Fkafka-integration%2Fconfiguring-and-kafka%2Fkafka-and-config-settings%2F">here</a> in the docs, Vertica uses rdkafka version 0.11.6 which was released back in the 2018's (current is 2.5.3).</p>

<p>Is there any possibility for us to use a more recent version? <br />
Namely &gt;= v1.1.0 (2019), which introduced SASL OAUTHBEARER authentication.</p>

<hr /><p>Vertica Analytic Database v24.2.0-2<br />
Enterprise mode</p>
]]>
        </description>
    </item>
    <item>
        <title>KafkaAvroParser support for io.debezium.time.* logical types?</title>
        <link>https://forum.vertica.com/discussion/244758/kafkaavroparser-support-for-io-debezium-time-logical-types</link>
        <pubDate>Wed, 07 Aug 2024 11:00:06 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>LauriPessi</dc:creator>
        <guid isPermaLink="false">244758@/discussions</guid>
        <description><![CDATA[<p>We're trying to populate columns with Vertica datatype of timestamp through KafkaAvroParser, but  the implicit casting threats source data having Avro logical type <code spellcheck="false" tabindex="0">io.debezium.time.Timestamp</code> as microseconds instead of milliseconds, leading to values around 1970's instead of actuals.</p>

<p>I know these Debezium types are not listed in the supported logical types in the <a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fdocs.vertica.com%2F24.2.x%2Fen%2Fsql-reference%2Fstatements%2Fcopy%2Fparsers%2Ffavroparser%2F%23avro-logical-types">Vertica docs</a>, but this would be a very welcome addition <img src="https://forum.vertica.com/resources/emoji/smile.png" title=":smile:" alt=":smile:" height="20" /></p>

<p><a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fdebezium.io%2Fdocumentation%2Freference%2F1.9%2Fconnectors%2Fmysql.html%23mysql-temporal-types">Debezium documentation</a> Table 14 describes logical type <code spellcheck="false" tabindex="0">io.debezium.time.Timestamp</code>being stored as milliseconds (while <code spellcheck="false" tabindex="0">io.debezium.time.MicroTimestamp</code> would be the correct logical type for microseconds).</p>

<p>Example:</p>

<ul><li>Raw value: 1687892129000</li>
<li>KafkaAvroParser to Vertica timestamp column: 1970-01-20 14:51:32.129 (equivalent of <code spellcheck="false" tabindex="0">to_timestamp(raw_ts / 1000^2)</code>)</li>
<li>Correct value: 2023-06-27 21:55:29.000  (equivalent of <code spellcheck="false" tabindex="0">to_timestamp(raw_ts / 1000)</code>)</li>
</ul><hr /><p>Vertica Analytic Database v24.2.0-2<br />
Enterprise Mode</p>
]]>
        </description>
    </item>
    <item>
        <title>information_schema support for ANSI SQL Support</title>
        <link>https://forum.vertica.com/discussion/243397/information-schema-support-for-ansi-sql-support</link>
        <pubDate>Tue, 30 Jan 2024 07:00:08 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>simon_aubert_bd</dc:creator>
        <guid isPermaLink="false">243397@/discussions</guid>
        <description><![CDATA[<p>Hello,</p>

<p>According to wikipedia :<br />
"In relational databases, the information schema (information_schema) is an ANSI-standard set of read-only views which provide information about all of the tables, views, columns, and procedures in a database"</p>

<p>I think such a feature would help the support of Vertica by many more tools and it's never a bad thing when you follow the SQL norm. Standard, normalization and interoperability matter. Especially when your competition has it (these last years, it has been implemented in Hive or Monet DB as an example)</p>

<p>Best regards,</p>

<p>Simon</p>
]]>
        </description>
    </item>
    <item>
        <title>Custom function that calls a table in the body</title>
        <link>https://forum.vertica.com/discussion/243267/custom-function-that-calls-a-table-in-the-body</link>
        <pubDate>Wed, 20 Dec 2023 10:25:04 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>BikashNayak</dc:creator>
        <guid isPermaLink="false">243267@/discussions</guid>
        <description><![CDATA[<p>Vertica is not supporting UDF that calls a table within it . Can anyone help me finding an alternate to this . Most of out reporting queries calls business functions . This is a showstopper for us .</p>
]]>
        </description>
    </item>
    <item>
        <title>error dbinit: Failed to get user dbadmin. Did you create it?</title>
        <link>https://forum.vertica.com/discussion/243259/error-dbinit-failed-to-get-user-dbadmin-did-you-create-it</link>
        <pubDate>Thu, 14 Dec 2023 14:37:14 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>apriyad2</dc:creator>
        <guid isPermaLink="false">243259@/discussions</guid>
        <description><![CDATA[<p>Hello Community Experts,</p>

<p>I have installed Vertica but getting below error:</p>

<p>2023/12/14 14:35:50 init.go:25:    error dbinit: Failed to get user dbadmin. Did you create it?<br />
2023/12/14 14:35:50 main.go:135:    fatal dbinit: dbinit failed: user: unknown user dbadmin</p>
]]>
        </description>
    </item>
    <item>
        <title>How we can reset password for VERTICA_DBA=dbadmin</title>
        <link>https://forum.vertica.com/discussion/243258/how-we-can-reset-password-for-vertica-dba-dbadmin</link>
        <pubDate>Thu, 14 Dec 2023 14:34:13 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>apriyad2</dc:creator>
        <guid isPermaLink="false">243258@/discussions</guid>
        <description><![CDATA[<p>How we can reset password for VERTICA_DBA=dbadmin and other DB related user like:</p>

<p>vertica_rwuser<br />
vertica_rouser</p>
]]>
        </description>
    </item>
    <item>
        <title>How to download the latest version of Vertica Management Console?</title>
        <link>https://forum.vertica.com/discussion/242893/how-to-download-the-latest-version-of-vertica-management-console</link>
        <pubDate>Tue, 10 Jan 2023 18:02:11 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>Dakshayani</dc:creator>
        <guid isPermaLink="false">242893@/discussions</guid>
        <description><![CDATA[<p>It used to be available under downloads. I do not see any Vertica documents available with the updated information.</p>
]]>
        </description>
    </item>
    <item>
        <title>OleDB version 12 not working with SSAS Multidimensional instance, version 11 is fine</title>
        <link>https://forum.vertica.com/discussion/242877/oledb-version-12-not-working-with-ssas-multidimensional-instance-version-11-is-fine</link>
        <pubDate>Tue, 20 Dec 2022 13:38:49 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>sorenhakola</dc:creator>
        <guid isPermaLink="false">242877@/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>Just a finding I wanted to share.</p>

<p>We are running a Microsoft SSAS server containing both a Multidimensional instance and a Tabular model instance. Both are connecting to our Vertica cluster running v11.1.1-11. SSAS version is 2019.</p>

<p>We recently upgraded to driver package version 12 on the Microsoft servers since we are moving towards version 12 on Vertica also. With that came of course OleDB driver version 12.</p>

<p>After installing the driver a reboot was done on the server and things went haywire. The event log started giving errors similar to this, but ONLY for the Multidimensional instance:<br />
Faulting application name: msmdsrv.exe, version: 2018.150.35.33, time stamp: 0x62cd011d<br />
Faulting module name: vertica_12.0_oledb.dll, version: 12.0.2.0, time stamp: 0x636bef08</p>

<p>Also the processing of dimensions stopped as running into a wall after exactly 1 minute.</p>

<p>Note! Tabular models and Power BI reports work fine.</p>

<p>After downgrading to driver pack Version 11, the cube processing on Multidimensional instance went back to working.</p>

<p>Anyone else experiencing the same?</p>

<p>Best regards,<br />
Sören</p>
]]>
        </description>
    </item>
    <item>
        <title>after vertica 12</title>
        <link>https://forum.vertica.com/discussion/242868/after-vertica-12</link>
        <pubDate>Mon, 05 Dec 2022 23:17:08 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>sreeblr</dc:creator>
        <guid isPermaLink="false">242868@/discussions</guid>
        <description><![CDATA[<p>As per Vertica lifecycle policy Vertica 12 EOL is 31-Jul-2024. what’s after V12 and when it will be available</p>
]]>
        </description>
    </item>
    <item>
        <title>XGBoost - features_importance() and NULL handling not implemented?</title>
        <link>https://forum.vertica.com/discussion/242741/xgboost-features-importance-and-null-handling-not-implemented</link>
        <pubDate>Fri, 15 Jul 2022 14:09:52 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>chinga</dc:creator>
        <guid isPermaLink="false">242741@/discussions</guid>
        <description><![CDATA[<p>Hello - I have created and fit a model using XGBoost using Vertica 12 CE. I can call methods like .score and .roc_curve, however .features_importance returns an error:</p>

<p>FunctionError: Method 'features_importance' for 'XGBoostClassifier' doesn't exist.</p>

<p>It seems that it should (<a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.vertica.com%2Fpython%2Fdocumentation_last%2Flearn%2FXGBoostClassifier%2Findex.php%29">https://www.vertica.com/python/documentation_last/learn/XGBoostClassifier/index.php)</a> and indeed does work with the Random Forest Classifier.</p>

<p>I believe that XGBoost (the algorithm) handles missing values without needing to impute, however Vertica's implementation appears to reject rows where a predictor (X) contains NULL. Is that correct?</p>

<p>Thanks.</p>
]]>
        </description>
    </item>
    <item>
        <title>S3EnableVirtualAddressing setting is not working</title>
        <link>https://forum.vertica.com/discussion/242705/s3enablevirtualaddressing-setting-is-not-working</link>
        <pubDate>Tue, 07 Jun 2022 18:55:24 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>venkaiahp</dc:creator>
        <guid isPermaLink="false">242705@/discussions</guid>
        <description><![CDATA[<p>I am using localstack to mock s3  and running a COPY from mocked S3 localstack as below</p>

<p>ALTER SESSION SET AWSAuth='test:test';<br />
ALTER SESSION SET AWSRegion='us-east-1';<br />
ALTER SESSION SET AWSEndpoint='localhost:4566';<br />
ALTER SESSION SET S3EnableVirtualAddressing=1;</p>

<p>COPY test.test(start,advertiser) FROM 's3://reports/*.csv' ON ANY NODE PARSER FCSVParser(type='traditional', reject_on_materialized_type_error='true', header='false', delimiter=E'\t') TRAILING NULLCOLS ABORT ON ERROR NO COMMIT;</p>

<p>this copy is failing with error 'Cannot expand glob pattern due to error, unable to connect to endpoint'</p>

<p>The debug log shows<br />
CurlHttpClient [140639308084992] Making request to <a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=http%3A%2F%2Freports.localhost%3A4566%3Fencoding-type%3Durl%26list-type%3D2%26prefix%3Dsaf_fact_kvp_emr%252Ffact_exchange_wins%252F">http://reports.localhost:4566?encoding-type=url&amp;amp;list-type=2&amp;amp;prefix=saf_fact_kvp_emr/fact_exchange_wins/</a></p>

<p>instead of request<br /><a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=http%3A%2F%2Flocalhost%3A4566%2Freports%3Fencoding-type%3Durl%26list-type%3D2%26prefix%3Dsaf_fact_kvp_emr%252Ffact_exchange_wins%252F">http://localhost:4566/reports?encoding-type=url&amp;amp;list-type=2&amp;amp;prefix=saf_fact_kvp_emr/fact_exchange_wins/</a></p>

<p>can someone help me understand the issue and how to fix it?</p>
]]>
        </description>
    </item>
    <item>
        <title>install_vertica with disabled root shell</title>
        <link>https://forum.vertica.com/discussion/242699/install-vertica-with-disabled-root-shell</link>
        <pubDate>Fri, 27 May 2022 15:49:50 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>MIC_VP_PL</dc:creator>
        <guid isPermaLink="false">242699@/discussions</guid>
        <description><![CDATA[<p>Hello, is there a way to install Vertica on environment where root shell is disabled and i have only access to user with sudo ALL? For the sake of simplicity lets call that user <strong>sudouser</strong><br />
When I run <code spellcheck="false" tabindex="0">sudo ./install_vertica</code> it errors:</p>

<p><code spellcheck="false" tabindex="0">Getting system information for cluster (this may take a while)... Error: Default shell on the following nodes are not bash. Default shell must be set to bash. 192.168.0.2 /sbin/nologin Exiting... Installation FAILED with errors.</code></p>

<p><strong>sudouser</strong> from which I lunch installation have shell configured to /bin/bash, but <strong>disabled root</strong> account has shell configured to /sbin/nologin</p>

<p>I have read in <code spellcheck="false" tabindex="0">install_vertica --help</code>:</p>

<p><code spellcheck="false" tabindex="0">When the SUDO_USER environment variable is set, install-vertica attempts to ssh as   that user.  This is the case when invoked with 'sudo'.  Otherwise, install-vertica will ssh as root.  The credentials provided with these options must match the ssh user.</code></p>

<p>I have set <code spellcheck="false" tabindex="0">SUDO_USER=sudouser</code> but got the same error.</p>

<p>Any ideas?</p>

<p>Thanks, M</p>
]]>
        </description>
    </item>
    <item>
        <title>Why is WITHIN GROUP ORDER BY clause not working with LISTAGG?</title>
        <link>https://forum.vertica.com/discussion/242532/why-is-within-group-order-by-clause-not-working-with-listagg</link>
        <pubDate>Thu, 23 Dec 2021 14:44:16 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>Raul</dc:creator>
        <guid isPermaLink="false">242532@/discussions</guid>
        <description><![CDATA[<p>Hello!</p>

<p>The documentation shows that it should work: <a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.vertica.com%2Fdocs%2F11.0.x%2FHTML%2FContent%2FAuthoring%2FSQLReferenceManual%2FFunctions%2FAggregate%2FLISTAGG.htm%3Ftocpath%3DSQL%2520Reference%2520Manual%257CSQL%2520Functions%257CAggregate%2520Functions%257C_____25">link</a></p>

<p>But I get a Syntax error when I try it in vsql v11.0.1-0:</p>

<pre spellcheck="false" tabindex="0">dbadmin=&gt; SELECT listagg(t.col) FROM (SELECT 'b' AS col UNION ALL SELECT 'c' AS col UNION ALL SELECT 'a' AS col) t;
 listagg
---------
 b,c,a
(1 row)

dbadmin=&gt; SELECT listagg(t.col) WITHIN GROUP (ORDER BY t.col) FROM (SELECT 'b' AS col UNION ALL SELECT 'c' AS col UNION ALL SELECT 'a' AS col) t;
ERROR 4856:  Syntax error at or near "FROM" at character 53
LINE 1: ...LECT listagg(t.col) WITHIN GROUP (ORDER BY t.col) FROM (SELE...
                                                             ^
dbadmin=&gt; SELECT VERSION();
               VERSION
-------------------------------------
 Vertica Analytic Database v11.0.1-0
(1 row)

</pre>

<p>Can someone confirm this please? Or am I doing something wrong?</p>

<p>Thank you!</p>
]]>
        </description>
    </item>
    <item>
        <title>EON Mode - Adding Nodes Error (Directory already exists)</title>
        <link>https://forum.vertica.com/discussion/242507/eon-mode-adding-nodes-error-directory-already-exists</link>
        <pubDate>Fri, 10 Dec 2021 17:46:57 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>GoCougs</dc:creator>
        <guid isPermaLink="false">242507@/discussions</guid>
        <description><![CDATA[<p>I'm testing eon mode on version 11.0.0-3.</p>

<p>I'm adding and removing the same 2 AWS nodes to primary subcluster. Basically, i'm going from a single node to a 3 node and back down to 1 node (k-safe 0). When nodes 002 and 003 are not in the db i stop them in AWS to save $$. I get this error sometimes when i try to add the 002 and 003 nodes back in.</p>

<pre spellcheck="false" tabindex="0">Failed to prepare a host for database participation.
See /opt/vertica/log/adminTools.log for details. Host hints follow.
10.20.xx.xx directory already exists: [Details - &lt;ATResult&gt; status=Error host=10.20.xx.xx error_type=&lt;class 'vertica.engine.api.errors.ATDBPrepareError'&gt; error_message=Catalog parent directory already exists: (/vertica/data/demo1_04)] 
</pre>

<p>I want to force recreate the directory if possible so i don't have to go to each of the two new nodes and delete the directory. This is for scripting purposes for auto scaling i'm working on.</p>

<p>I'm using this admin tools method</p>

<p><code spellcheck="false" tabindex="0">adminTools -t db_add_node -s 10.20.xx.xx,10.20.xx.xx -d demo1_04 -p 'pass'</code></p>

<p>When i look at the options i don't see a way to force recreate the directory.  Here are the options i see</p>

<pre spellcheck="false" tabindex="0">[dbadmin@ad2-demo1-04-node0001 root]$ admintools -t db_add_node -help
Usage: db_add_node [options]

Options:
  -h, --help            show this help message and exit
  -d DB, --database=DB  Name of the database
  -s HOSTS, --hosts=HOSTS
                        Comma separated list of hosts to add to database
  -p DBPASSWORD, --password=DBPASSWORD
                        Database password in single quotes
  -a AHOSTS, --add=AHOSTS
                        Comma separated list of hosts to add to database
  -c SCNAME, --subcluster=SCNAME
                        Name of subcluster for the new node
  --timeout=NONINTERACTIVE_TIMEOUT
                        set a timeout (in seconds) to wait for actions to
                        complete ('never') will wait forever (implicitly sets
                        -i)
  -i, --noprompts       do not stop and wait for user input(default false).
                        Setting this implies a timeout of 20 min.
  --compat21            (deprecated) Use Vertica 2.1 method using node names
                        instead of hostnames
</pre>

<p>Am i missing something? Do i need to fully remove the two nodes from the cluster so vertica drops the directory before i try to add them to db again? I want to be able to add and remove the same nodes from the db as smoothly as possible. This is the only error i'm running into right now.</p>
]]>
        </description>
    </item>
    <item>
        <title>Eon Mode Sublcuster authorization</title>
        <link>https://forum.vertica.com/discussion/242361/eon-mode-sublcuster-authorization</link>
        <pubDate>Mon, 16 Aug 2021 11:38:17 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>HAkbulut</dc:creator>
        <guid isPermaLink="false">242361@/discussions</guid>
        <description><![CDATA[<p>Is it possible to give authorization vertica database user without creating routing rule for each subcluster.</p>
]]>
        </description>
    </item>
    <item>
        <title>How to configure F5 (Network load balancing tool) with Vertica cluster?</title>
        <link>https://forum.vertica.com/discussion/242398/how-to-configure-f5-network-load-balancing-tool-with-vertica-cluster</link>
        <pubDate>Wed, 15 Sep 2021 14:31:07 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>akissay</dc:creator>
        <guid isPermaLink="false">242398@/discussions</guid>
        <description><![CDATA[<p>Hello,<br />
Has some one  worked with F5 tool to make load balancing for Vertica cluster. I'm looking for the appropriate set up in F5 to check the health of the Vertica node (is Up &amp; Running) before sending transaction to it.<br />
Thank you in advance for your Help.</p>
]]>
        </description>
    </item>
    <item>
        <title>Corrupt PARQUET dump when dumping over 2^31 rows</title>
        <link>https://forum.vertica.com/discussion/242382/corrupt-parquet-dump-when-dumping-over-2-31-rows</link>
        <pubDate>Tue, 31 Aug 2021 17:46:44 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>nicolaerosia</dc:creator>
        <guid isPermaLink="false">242382@/discussions</guid>
        <description><![CDATA[<p>Vertica v10.1.1-7 and v11.0.0-0 (these are the version I have tried) have a bug when exporting a parquet with more than 2^31/2^32 rows since it generates a num_rows that is invalid.</p>

<p>When I try to load the parquet file, Vertica reports that 0 rows were loaded.<br />
If I inspect the parquet with parquet-tools, I get a negative number of rows, see <a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fktrueda%2Fparquet-tools%2Fissues%2F18">https://github.com/ktrueda/parquet-tools/issues/18</a></p>

<p>Output for a v10.1.1-7 dump:</p>

<pre spellcheck="false" tabindex="0">~/.local/bin/parquet-tools inspect ./dump-1.parquet 

############ file meta data ############
created_by: parquet-cpp version 1.0.0-v10.1.1 (build Vertica Analytic Database)
num_columns: 3
num_rows: -1803805480
num_row_groups: 1
format_version: 1.0
serialized_size: 329
</pre>

<p>Output for a v11.0.0-0 dump:</p>

<pre spellcheck="false" tabindex="0">~/.local/bin/parquet-tools inspect ./dump-2parquet 

############ file meta data ############
created_by: parquet-cpp version 1.0.0-v11.0.0 (build Vertica Analytic Database)
num_columns: 3
num_rows: -1766273362
num_row_groups: 1
format_version: 1.0
serialized_size: 328
</pre>

<p>Seems like you're using a really old parquet-cpp, maybe bump to a newer version? <a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fgithub.com%2Fapache%2Fparquet-cpp%2Freleases">https://github.com/apache/parquet-cpp/releases</a></p>
]]>
        </description>
    </item>
    <item>
        <title>DBeaver and Vertica 11 virtual CE on VBox, connectivity</title>
        <link>https://forum.vertica.com/discussion/242419/dbeaver-and-vertica-11-virtual-ce-on-vbox-connectivity</link>
        <pubDate>Mon, 27 Sep 2021 22:00:29 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>lcgillies</dc:creator>
        <guid isPermaLink="false">242419@/discussions</guid>
        <description><![CDATA[<p>I'm running DBeaver Version 21.2.1.202109181446 (20 Sep 21) and have just installed the v11 CE virtual machine on VirtualBox Version 6.1.26 r145957 (Qt5.6.3).  I've followed the instructions for the CE VM install (admittedly for v10.1) obtained here (<a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.vertica.com%2Fdocs%2FVMs%2FVertica_CE_VM_Download_and_Startup_Instructions.pdf%29">https://www.vertica.com/docs/VMs/Vertica_CE_VM_Download_and_Startup_Instructions.pdf)</a>, including downloading the JDBC drivers for 11.0.x from here (<a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.vertica.com%2Fclient_drivers%2F11.0.x%2F11.0.0-0%2Fvertica-jdbc-11.0.0-0.jar%29">https://www.vertica.com/client_drivers/11.0.x/11.0.0-0/vertica-jdbc-11.0.0-0.jar)</a>.  I'm running OSX Big Sur 11.6, although since VirtualBox seems to be operating correctly I doubt that is relevant.</p>

<p>After building the connection following instructions here (<a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.vertica.com%2Fkb%2FVertica-Integration-with-DBeaver-Connection-Guide%2FContent%2FPartner%2FVertica-Integration-with-DBeaver-Connection-Guide.htm%29">https://www.vertica.com/kb/Vertica-Integration-with-DBeaver-Connection-Guide/Content/Partner/Vertica-Integration-with-DBeaver-Connection-Guide.htm)</a>, using the dbadmin user, I'm unable to connect.</p>

<p>The connection dialog has the following settings:<br />
JDBC URL: jdbc:vertica://localhost:5433/VMart<br />
Host: localhost               Port: 5433<br />
Database/Schema: VMart<br />
User: dbadmin<br />
Password: password<br />
Save password locally is checked.</p>

<p>Here is the error message:</p>

<p>[Vertica]<a rel="nofollow" href="https://100176">VJDBC</a> Failed to connect to host localhost on port 5433. Reason: Failed to establish a connection to the primary server or any backup address.<br />
  Failed to establish a connection to the primary server or any backup address.<br />
  Failed to establish a connection to the primary server or any backup address.<br />
    Connection refused (Connection refused)<br />
    Connection refused (Connection refused)</p>

<p>I've also set the connection to throw debug level output to /tmp, but I'm unable to find any.</p>

<p>Are there known issues between these latest versions of DBeaver and V11?</p>

<p>Thanks.</p>
]]>
        </description>
    </item>
    <item>
        <title>Book about advanced Vertica SQL</title>
        <link>https://forum.vertica.com/discussion/242331/book-about-advanced-vertica-sql</link>
        <pubDate>Wed, 21 Jul 2021 18:35:50 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>baron42bba</dc:creator>
        <guid isPermaLink="false">242331@/discussions</guid>
        <description><![CDATA[<p>I know Vertica employs a lot of SQL experts.<br />
How about Vertica creates a book with advanced Vertica SQL by example?<br />
If everybody contributes one example I am pretty sure this book will be a success.<br />
As an Admin I migrated one of our applications from a Java based mapping into pure SQL.<br />
Took me almost 1/4 of a year.<br />
In preparation Ive read</p>

<ul><li>SQL Cookbook</li>
<li>SQL Antipatterns</li>
<li>The Art of SQL</li>
</ul><p>but some features like TIMESERIES .. OVER and complex datatypes are very special.<br />
Real world examples explained is something we need to get an idea what's possible.</p>

<p>If ORACLE published books why VERTICA shouldn't?</p>
]]>
        </description>
    </item>
    <item>
        <title>backup to S3 cleanup sometimes fails</title>
        <link>https://forum.vertica.com/discussion/242255/backup-to-s3-cleanup-sometimes-fails</link>
        <pubDate>Wed, 26 May 2021 15:50:57 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>colin_loghin</dc:creator>
        <guid isPermaLink="false">242255@/discussions</guid>
        <description><![CDATA[<p>Hello, <br />
we are running Vertica 9.3.1-8 on Amazon Liunx AWS EC2 hosts. The backup to S3 vbr.py script occasionally encounters the following stack trace. Any idea whether the script can be made more resilient. I suspect there is some pushback in the rate of S3 API calls being sent to AWS, but i have not dug in the code.</p>

<pre spellcheck="false" tabindex="0">2021-05-23 09:01:47 localhost vbr Old restore points to be removed: 20210501_200009
2021-05-23 09:29:45 localhost vbr Approximate bytes to copy: ... of .... total.
2021-05-23 09:45:42 localhost vbr Copying backup metadata.
2021-05-23 09:46:01 localhost vbr Finalizing backup.
2021-05-23 09:46:01 localhost vbr Location s3://.....: putting updated backup manifest.
2021-05-23 09:46:12 localhost vbr Deleting old restore points.
2021-05-23 09:47:22 localhost vsql /opt/vertica/bin/vsql -q -t -X -ddb -p5433 -Udbadmin -h....
2021-05-23 09:47:24 localhost vbr Traceback (most recent call last):
    File "/opt/vertica/bin/vbr.py", line 10323, in main
      if vbr_task.run():
    File "/opt/vertica/bin/vbr.py", line 5150, in run
      result = self._run()
    File "/opt/vertica/bin/vbr.py", line 6559, in _run
      Parallel.foreach(delete_backup_objects, self._distinct_backup_locations)
    File "/opt/vertica/bin/vbr.py", line 10003, in foreach
      cls.map(func, iterable, threads_num=threads_num)
    File "/opt/vertica/bin/vbr.py", line 9997, in map
      raise exc_info[0](err_msg).with_traceback(exc_info[2])
    File "/opt/vertica/bin/vbr.py", line 9981, in map
      if not thr.join(Parallel.WAIT_QUANTUM):
    File "/opt/vertica/bin/vbr.py", line 9957, in join
      return self._thr.join(*args, **kwargs)
    File "/opt/vertica/bin/vbr.py", line 9932, in join
      raise self._exc_info[0](err_msg).with_traceback(self._exc_info[2])
    File "/opt/vertica/bin/vbr.py", line 9910, in run
      super(Parallel.CancellableThread, self).run()
    File "/opt/vertica/oss/python3/lib/python3.7/threading.py", line 870, in run
      self._target(*self._args, **self._kwargs)
    File "/opt/vertica/bin/vbr.py", line 9945, in do_run
      self._result = func(val)
    File "/opt/vertica/bin/vbr.py", line 6543, in delete_backup_objects
      self._is_data_from_shared_storage())
    File "/opt/vertica/bin/vbr.py", line 5664, in _delete_backup_objects
      delete_fanout_dir_objects, objs_by_fanout_dir, threads_num=delete_concurrency)
    File "/opt/vertica/bin/vbr.py", line 10003, in foreach
      cls.map(func, iterable, threads_num=threads_num)
    File "/opt/vertica/bin/vbr.py", line 9997, in map
      raise exc_info[0](err_msg).with_traceback(exc_info[2])
    File "/opt/vertica/bin/vbr.py", line 9981, in map
      if not thr.join(Parallel.WAIT_QUANTUM):
    File "/opt/vertica/bin/vbr.py", line 9957, in join
      return self._thr.join(*args, **kwargs)
    File "/opt/vertica/bin/vbr.py", line 9932, in join
      raise self._exc_info[0](err_msg).with_traceback(self._exc_info[2])
    File "/opt/vertica/bin/vbr.py", line 9910, in run
      super(Parallel.CancellableThread, self).run()
    File "/opt/vertica/oss/python3/lib/python3.7/threading.py", line 870, in run
      self._target(*self._args, **self._kwargs)
    File "/opt/vertica/bin/vbr.py", line 9945, in do_run
      self._result = func(val)
    File "/opt/vertica/bin/vbr.py", line 5661, in delete_fanout_dir_objects
      backup_access.delete_many('', obj_paths)
    File "/opt/vertica/bin/vbr.py", line 3536, in delete_many
      self._delete_many(remote_prefix, file_list)
    File "/opt/vertica/bin/vbr.py", line 3837, in _delete_many
      Parallel.map(delete_file_list, file_lists, threads_num=self.DELETE_THREADS_NUM)
    File "/opt/vertica/bin/vbr.py", line 9997, in map
      raise exc_info[0](err_msg).with_traceback(exc_info[2])
    File "/opt/vertica/bin/vbr.py", line 9981, in map
      if not thr.join(Parallel.WAIT_QUANTUM):
    File "/opt/vertica/bin/vbr.py", line 9957, in join
      return self._thr.join(*args, **kwargs)
    File "/opt/vertica/bin/vbr.py", line 9932, in join
      raise self._exc_info[0](err_msg).with_traceback(self._exc_info[2])
  TypeError: __init__() missing 1 required positional argument: 'operation_name'
</pre>

<p>Thank you.</p>
]]>
        </description>
    </item>
    <item>
        <title>Processing Arrays with FjsonParser/KafkaJsonParser</title>
        <link>https://forum.vertica.com/discussion/242243/processing-arrays-with-fjsonparser-kafkajsonparser</link>
        <pubDate>Mon, 17 May 2021 14:53:44 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>rytch</dc:creator>
        <guid isPermaLink="false">242243@/discussions</guid>
        <description><![CDATA[<p>Hi all,<br />
Thank you all in advance just for reading this and any help, idea or recommendation will be highly appreciated.<br />
Im trying to ingest data using vertica copy commands with KafkaSource.  (<a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fwww.vertica.com%2Fdocs%2F9.2.x%2FHTML%2FContent%2FAuthoring%2FKafkaIntegrationGuide%2FKafkaFunctions%2FKafkaSource.htm%3Fzoom_highlight%3Dkafkasource%29">https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/KafkaIntegrationGuide/KafkaFunctions/KafkaSource.htm?zoom_highlight=kafkasource)</a><br />
My question is what is the most optimal way of processing arrays within kafka message. I am mostly interested to save data into regular table (not flex). I've tried to set VARCHAR data type but Im mostly recieving weird characters 'SOH' (Start of header ?), 'NUL'  around real values. Then I got recommendation to use directly ARRAY[VARCHAR(x)] data type, but once data are saved, I can see lots of unicode codes within values.<br />
My question is, whether there is a way how to save data properly, and possibly use EXPLODE function to multiply array elements to rows and process data further ?<br />
Im not interested in flex tables and option to 'flatten_arrays=true' since it is now feasible from the point of design.<br />
 Thanks,<br />
Richard</p>
]]>
        </description>
    </item>
    <item>
        <title>Bug in WHERE clause?</title>
        <link>https://forum.vertica.com/discussion/242221/bug-in-where-clause</link>
        <pubDate>Tue, 04 May 2021 17:09:38 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>peter_krammer</dc:creator>
        <guid isPermaLink="false">242221@/discussions</guid>
        <description><![CDATA[<p>Hi all,<br />
I believe I must have run into a bug with the WHERE clause in SQL on our Vertica Analytic Database v9.3.0-0.<br />
I have the following relatively simple WHERE on a complex query:<br /><code spellcheck="false" tabindex="0">WHERE txnYesterday.AverageBasketSizeEUR &gt; agg90Days.avg90DayAverageBasketSizeEUR + 4 * agg90Days.stddev90DayAverageBasketSizeEUR</code><br />
The values of come from subqueries that make the calculations over different time spans and result in the following:<br /><img src="https://us.v-cdn.net/6029397/uploads/editor/ua/iqsgl9ici52w.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/ua/iqsgl9ici52w.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029397/uploads/editor/ua/iqsgl9ici52w.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029397/uploads/editor/ua/iqsgl9ici52w.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029397/uploads/editor/ua/iqsgl9ici52w.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029397/uploads/editor/ua/iqsgl9ici52w.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029397/uploads/editor/ua/iqsgl9ici52w.png 2000w, https://us.v-cdn.net/6029397/uploads/editor/ua/iqsgl9ici52w.png" sizes="100vw" /><br />
The problem is that the resulting WHERE should be FALSE: <br /><code spellcheck="false" tabindex="0">WHERE 20 &gt; 20 + 4 * 0</code><br />
But the row is part of the result set as  if "&lt;" would be the same as "&lt;=".<br />
I tried to debug the problem by replacing the columns in the query with literals, but the problem continues until I replace every column with a literal.<br />
Test 1:<br /><img src="https://us.v-cdn.net/6029397/uploads/editor/m7/cf9nh2n5fgon.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/m7/cf9nh2n5fgon.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029397/uploads/editor/m7/cf9nh2n5fgon.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029397/uploads/editor/m7/cf9nh2n5fgon.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029397/uploads/editor/m7/cf9nh2n5fgon.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029397/uploads/editor/m7/cf9nh2n5fgon.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029397/uploads/editor/m7/cf9nh2n5fgon.png 2000w, https://us.v-cdn.net/6029397/uploads/editor/m7/cf9nh2n5fgon.png" sizes="100vw" /><br />
Test 2:<br /><img src="https://us.v-cdn.net/6029397/uploads/editor/81/1guedsm3jr3y.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/81/1guedsm3jr3y.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029397/uploads/editor/81/1guedsm3jr3y.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029397/uploads/editor/81/1guedsm3jr3y.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029397/uploads/editor/81/1guedsm3jr3y.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029397/uploads/editor/81/1guedsm3jr3y.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029397/uploads/editor/81/1guedsm3jr3y.png 2000w, https://us.v-cdn.net/6029397/uploads/editor/81/1guedsm3jr3y.png" sizes="100vw" /><br />
Test 3:<br /><img src="https://us.v-cdn.net/6029397/uploads/editor/gd/a0ztjnu3aahh.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/gd/a0ztjnu3aahh.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6029397/uploads/editor/gd/a0ztjnu3aahh.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6029397/uploads/editor/gd/a0ztjnu3aahh.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6029397/uploads/editor/gd/a0ztjnu3aahh.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6029397/uploads/editor/gd/a0ztjnu3aahh.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6029397/uploads/editor/gd/a0ztjnu3aahh.png 2000w, https://us.v-cdn.net/6029397/uploads/editor/gd/a0ztjnu3aahh.png" sizes="100vw" /></p>
]]>
        </description>
    </item>
    <item>
        <title>Query performance</title>
        <link>https://forum.vertica.com/discussion/242160/query-performance</link>
        <pubDate>Fri, 26 Mar 2021 14:43:21 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>lucylinie21</dc:creator>
        <guid isPermaLink="false">242160@/discussions</guid>
        <description><![CDATA[<p>Table has day, campaign_id and various data columns.<br />
If the table has NULL value in data columns, does that effect on query performance/speed,( like query need to filter on campaign_id in last n days) ? <a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Ftweakbox.mobi%2F">Tweakbox</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Thinking of Picking HPE Vertica for our DWH. Any reasons why I shouldnt do it?</title>
        <link>https://forum.vertica.com/discussion/242157/thinking-of-picking-hpe-vertica-for-our-dwh-any-reasons-why-i-shouldnt-do-it</link>
        <pubDate>Wed, 24 Mar 2021 13:36:37 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>micheblea83</dc:creator>
        <guid isPermaLink="false">242157@/discussions</guid>
        <description><![CDATA[<p>We want a powerful mpp db as our relational dwh, an ability to report in real time + query data on Hadoop. Any reason why Vertica is not a good option for that, because Im leaning on picking Vertica for it?</p>
]]>
        </description>
    </item>
    <item>
        <title>a time difference between JDBC and ODBC.</title>
        <link>https://forum.vertica.com/discussion/242003/a-time-difference-between-jdbc-and-odbc</link>
        <pubDate>Tue, 29 Dec 2020 08:59:49 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>separk</dc:creator>
        <guid isPermaLink="false">242003@/discussions</guid>
        <description><![CDATA[<p>Hello,</p>

<p>While supplying our solution to a company using Vertica DB,<br />
The following problems have occurred and we contact you.</p>

<p>== Base information ==<br />
DB Server Version: Vertica Analytic Database v8.1.1-8<br />
Vertica ODBC Client Version: 8.1.1.16, 9.2.1.2</p>

<p>Our solution uses ODBC to connect to Vertica DB.<br />
By the way, when using 8.1.1.16 ODBC, the following error occurs about 3 out of 10 queries.</p>

<p>Error: # 20, [Vertica][VerticaDSII] (20) An error occurred during query execution: message do not agree with length in message type "T"<br />
Error: # 10, [Vertica][VerticaDSII] (10) An error occurred during query preparation:</p>

<p>The above error may also appear upon initial connection,<br />
It may also appear in the normal Select statement.</p>

<p>So, we change the ODBC version to 9.0.1, 8.0.1, etc..<br />
And, when using 9.2.1.2, The above errors appear less.<br />
but in the official Vertica compatibility table It is recommended to use version 8.1 or lower when connecting to 8.1 Server.<br />
So, I would like to check if the 8.1.1 server can use 9.2.1 ODBC.<br />
Or, Please tell me exactly what ODBC is right for the <strong>Vertica Analytic Database v8.1.1-8.</strong></p>

<p>And, for a general query, (SELECT A INNER JOIN B ON A.a=B.b ... )<br />
When executing the same SQL statement with Aqua Data Studio using JDBC, it takes 2 seconds,<br />
Please tell us if there is a reason why it takes 80 seconds to use 8.1.1 ODBC or 9.2.1 ODBC or etc. .<br />
The number of data in the table is 400 million for A and 30 million for B.</p>

<p>On our solution source, when I try to log before calling ODBC function SQLExecute (stmt) and log after call, the time difference is more than 80 seconds.<br />
Please let me know why there is a time difference between JDBC and ODBC.</p>

<p>Thank you.</p>
]]>
        </description>
    </item>
    <item>
        <title>Upcoming update?</title>
        <link>https://forum.vertica.com/discussion/242002/upcoming-update</link>
        <pubDate>Mon, 28 Dec 2020 15:10:10 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>tonyrobinson</dc:creator>
        <guid isPermaLink="false">242002@/discussions</guid>
        <description><![CDATA[<p>Hi, I’m looking forward to the next update of Vertica. When will it be exactly?</p>
]]>
        </description>
    </item>
    <item>
        <title>9.3.1 Eon | Loading PARQUET from S3 or localdisk</title>
        <link>https://forum.vertica.com/discussion/241245/9-3-1-eon-loading-parquet-from-s3-or-localdisk</link>
        <pubDate>Wed, 19 Feb 2020 23:00:02 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>rpawar</dc:creator>
        <guid isPermaLink="false">241245@/discussions</guid>
        <description><![CDATA[<p>Hello All,<br />
Just wanted to let everyone know I experienced node panic multiple times yesterday when I tried loading a PARQUET file where there was a column mismatch between the table structure. When I tried correcting the table to near-relevant data-type as pointed by errors in the COPY command. After a point the node just panicked and crashed.<br />
Raised this with Engineering, identified as a problem and JIRA has been filed by engineering (Deepak Majeti). This post was just to keep you posted. <a rel="nofollow" href="https://forum.vertica.com/home/leaving?allowTrusted=1&amp;target=http%3A%2F%2Fjira.verticacorp.com%3A8080%2Fjira%2Fbrowse%2FVER-71333">http://jira.verticacorp.com:8080/jira/browse/VER-71333</a>.</p>
]]>
        </description>
    </item>
    <item>
        <title>JDBC on Maven</title>
        <link>https://forum.vertica.com/discussion/241726/jdbc-on-maven</link>
        <pubDate>Wed, 15 Jul 2020 07:52:10 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>wwe</dc:creator>
        <guid isPermaLink="false">241726@/discussions</guid>
        <description><![CDATA[<p>Are there any plans to update to 10.0.x ?</p>
]]>
        </description>
    </item>
    <item>
        <title>Request improvement in implementing parallel process to rebuilding backup manifest during repair</title>
        <link>https://forum.vertica.com/discussion/241821/request-improvement-in-implementing-parallel-process-to-rebuilding-backup-manifest-during-repair</link>
        <pubDate>Thu, 10 Sep 2020 10:10:31 +0000</pubDate>
        <category>Product Feedback</category>
        <dc:creator>arunaiyadurai</dc:creator>
        <guid isPermaLink="false">241821@/discussions</guid>
        <description><![CDATA[<p>Hi Team,<br />
Is there any way to improve the parallel process to rebuilding backup manifest during repair. Currently it is running sequentially and running very slow for large database.<br />
vbr -t collect-garbage -c /home/vertica/vbr-test.ini --report-file=backupgarbage<br />
Deleting unreferenced objects<br />
Regenerating backup manifest for location rsync://[123.45.67.89]:25123/db/vertica/data/backups</p>

<p>Thanks</p>
]]>
        </description>
    </item>
   </channel>
</rss>
