Search found 149 matches

by jpcavanaugh
Tue Nov 27, 2012 3:11 pm
Forum: Vertica Analytics
Topic: Any default function for finding hierarchies ?
Replies: 2
Views: 21618

Re: Any default function for finding hierarchies ?

Oracle supports hierarchies in data via the connect_by http://psoug.org/reference/connectby.html construct. Vertica does not have this functionality in the base release but there is an extension in github https://github.com/vertica/Vertica-Extension-Packages/tree/master/compatlib_functions that mimi...
by jpcavanaugh
Tue Nov 27, 2012 3:07 am
Forum: Vertica Database Development
Topic: Fast query result export
Replies: 1
Views: 5587

Re: Fast query result export

Where do you want to write it to? Thinking outside the box, you could use the hadoop connector or you could use a custom UDX.
by jpcavanaugh
Tue Nov 20, 2012 4:51 pm
Forum: Vertica Database Development
Topic: Potential use of Vertica for systems monitoring metrics/data
Replies: 2
Views: 21511

Re: Potential use of Vertica for systems monitoring metrics/

Would love to talk with you about this - contact me at joe@vertica.com and I can fill you in on everything I know before you talk with a sales guy :)
by jpcavanaugh
Thu Nov 15, 2012 8:28 pm
Forum: New to Vertica Database Administration
Topic: K-Safety > 2
Replies: 5
Views: 12650

Re: K-Safety > 2

Vertica can scale to large numbers of nodes with K=1 or K=2. The "K" number is not about total nodes but about fault tolerance of contiguous nodes and shadow copies of data. Is there a reason you would want to run with K>2?
by jpcavanaugh
Mon Nov 12, 2012 10:30 pm
Forum: Vertica Data Load
Topic: Loading data using XML file
Replies: 9
Views: 21048

Re: Loading data using XML file

Another option is to use the ExternalSource UDL from github. You can then use whatever command line interface you want for converting the XML.

Code: Select all

 ... WITH SOURCE ExternalSource(cmd="xsltproc stylesheet.xslt data.xml"); ...
by jpcavanaugh
Fri Nov 09, 2012 7:36 pm
Forum: Vertica SQL
Topic: SQL Server STUFF function in Vertica?
Replies: 6
Views: 17423

Re: SQL Server STUFF function in Vertica?

I would look at INSERT to see if it fits your needs.

http://my.vertica.com/docs/6.0.1/HTML/i ... #16048.htm
by jpcavanaugh
Fri Oct 26, 2012 3:30 pm
Forum: Informatica PowerCenter
Topic: Slow inserts through Informatica
Replies: 4
Views: 22857

Re: Slow inserts through Informatica

Can I ask what you have for the commit level in Informatica? I believe the default is 10k rows.

Go to advanced search