Search found 732 matches

by id10t
Sat Apr 28, 2012 3:30 pm
Forum: New to Vertica Database Administration
Topic: Change table column's data type
Replies: 10
Views: 28666

Re: Change table column's data type

@becky May be... but, for 11+ ears old - Vertica has no bad achievements ;-) Due Vertica design (data replication,compression,epochs) and Julie's case it oblige to do explicit data type coercion. PS Mind if I ask you - why "business class" database must provide such functionality (modify column dat...
by id10t
Fri Apr 27, 2012 9:56 pm
Forum: Vertica SQL
Topic: TIMESERIES clause
Replies: 4
Views: 11189

Re: TIMESERIES clause

Hi, wlam! I don't know your needs but may be next example will be useful (see INTERPOLATE PREVIOUS VALUE): Stock table definition: CREATE TABLE Stock ( item VARCHAR(15), price FLOAT, item_ts TIMESTAMP ); Customer table definition: CREATE TABLE Customer ( name VARCHAR(25), item VARCHAR(15), purchase_...
by id10t
Fri Apr 27, 2012 6:28 pm
Forum: vSQL
Topic: Keybindings in VSQL - Need help!
Replies: 3
Views: 8245

Re: Keybindings in VSQL - Need help!

Hi, flipperbw!

Try next (as root in /opt/vertica/config/vsqlrc or as user in ~/.vsqlrc):

Code: Select all

\edit-mode emacs
...
\bind [1;5C forward-word 
\bind [1;5D backward-word
by id10t
Fri Apr 27, 2012 12:23 pm
Forum: Vertica Community Edition
Topic: Backups in CE
Replies: 1
Views: 15603

Re: Backups in CE

Hi, Josh! Features are not supported on VCE Beta: Vertica Management Console Backup/restore Import/export Disaster recovery Workload Analyzer Geospatial functions Informatica Connector Client drivers for Linux and Windows only. (Vertica Enterprise Edition includes client drivers for Linux, Solaris, ...
by id10t
Fri Apr 27, 2012 12:20 pm
Forum: Vertica Community Edition
Topic: CE only supports 2 nodes?
Replies: 1
Views: 16391

Re: CE only supports 2 nodes?

Hi, piglet!
Your Vertica® Community Edition Beta download package includes a three-node license for 1TB of data.
Your attachment only says only that Vertica supports K-Safety=0 on two nodes cluster installation nothing else.
by id10t
Fri Apr 27, 2012 12:02 pm
Forum: Vertica Database Development
Topic: Error occured while replacing a word in the column
Replies: 4
Views: 15853

Re: Error occured while replacing a word in the column

Hi, rajasekhart! Result of SELECT exceeds a VARCHAR limit length, it because length of 'SMP1' is 4 and length of 'BREVARD' is 7 and result string length of 78000-octet. Hmmm... but what interesting: source string about 2000 chars length, result string about 78000 chars length. A little math? 2000 * ...
by id10t
Thu Apr 26, 2012 1:41 pm
Forum: Vertica Database Development
Topic: Error occured while replacing a word in the column
Replies: 4
Views: 15853

Re: Error occured while replacing a word in the column

Hi! Can you provide more info? test_db=> create table TestReplace ( col1 varchar, col2 varchar, col3 varchar); CREATE TABLE test_db=> copy TestReplace from stdin delimiter ','; Enter data to be copied followed by a newline. End with a backslash and a period on a line by itself. >> foo,bar,baz >> qux...

Go to advanced search