Search found 3 matches

by robert.str
Thu Sep 19, 2013 3:44 pm
Forum: Vertica External Procedures
Topic: Insert procedure not working.
Replies: 5
Views: 26097

Re: Insert procedure not working.

Yeah It worked that way but I thought the performance of this solution will be very low. So next thing: create table (id auto_increment, fk1 int , name varchar); vsql -c "select ins_testext(10,5)" Data in table id | fk1 | name ----------+-----+------- 1 | 2 | fa37J 250001 | 5 | fa37J 500001 | 5 | fa...
by robert.str
Thu Sep 19, 2013 1:12 pm
Forum: Vertica External Procedures
Topic: Insert procedure not working.
Replies: 5
Views: 26097

Insert procedure not working.

Hello everyone. I tried to create external insert procedure. Everything looks fine(without errors) except that actually it's now working. Procedure is not inserting any rows. #!/bin/bash echo "first arg: $1 second arg : $2" for i in {1..5} do vsql -c "insert into testext select RANDOMINT($1 - (1) + ...
by robert.str
Fri Aug 30, 2013 1:41 pm
Forum: New to Vertica
Topic: General Vertica question.
Replies: 2
Views: 5842

General Vertica question.

At first Hi everybody. So... I have just read this topic "Why vertica-forums.com?" by knicely87 and I have a question related to this. ...I'm happy to report that after exploring and experiencing the "Vertica Advantage"... Could you be more precise and write some of these advantage ? Or any of you ?...

Go to advanced search