Vertica is an MPP column-store analytics database that runs on clusters of Linux servers or in the cloud.
Familiar question, but with Vertica. I'd like to return the top 5 geo_country rows based on sum(imps) for each …
sql vertica vsqlI want to pass a list of int's (comma separated) which is a field in my table ie. 1234, 2345, 3456, 4567 to my …
sql verticaAnyone know of a handy function to search through column_names in Vertica? From the documentation, it seems like \d …
search verticaI have a vertica database and I need to describe some tables. In MySQL you use describe table_name. And …
python verticaVertica allows duplicates to be inserted into the tables. I can view those using the 'analyze_constraints' function. How to …
verticaI need to get a comma separated list of ids as a field for a messy third party api :s …
sql verticaWhen using vsql, I would like to see how long a query took to run once it completes. For example …
sql vertica vsqlThis is my first time connecting to Vertica. I have already connected to a MySQL database sucessfully by using RODBC …
r rodbc verticaI've created a table on Vertica, and I want to create an index on that table. I can't see how …
vertica