Search found 149 matches

by jpcavanaugh
Tue Oct 16, 2012 12:55 am
Forum: General
Topic: Demos of Vertica
Replies: 3
Views: 7713

Demos of Vertica

I am trying to think what would be the most useful demo of Vertica and decided to ask ... so ... what do all of you think?
by jpcavanaugh
Tue Oct 16, 2012 12:33 am
Forum: Vertica Database Administration
Topic: Vertica's Compression and Encoding
Replies: 7
Views: 17956

Re: Vertica's Compression and Encoding

How much data are you loading into each table? If you run DBD on the encoded table what encoding does it recommend for each column? Does the segmentation you have give an even number of rows across all nodes?
by jpcavanaugh
Tue Oct 16, 2012 12:28 am
Forum: New to Vertica Database Administration
Topic: Projections linger even after dropping the table!
Replies: 5
Views: 10712

Re: Projections linger even after dropping the table!

Not sure what is going on but do you have auto-commit on or off? What is your history retention set to?
by jpcavanaugh
Mon Oct 15, 2012 6:17 pm
Forum: Vertica Database Administration
Topic: Dropping Projections
Replies: 6
Views: 13268

Re: Dropping Projections

But only if the other projections are truly "k-safe" for each other.
by jpcavanaugh
Mon Oct 15, 2012 6:16 pm
Forum: Vertica Database Administration
Topic: Dropping Projections
Replies: 6
Views: 13268

Re: Dropping Projections

Try dropping them both in one drop statement.
by jpcavanaugh
Fri Oct 12, 2012 3:23 pm
Forum: Vertica Analytics
Topic: Excel + Vertica without MS SQL server cube
Replies: 2
Views: 18624

Re: Excel + Vertica without MS SQL server cube

I second power pivot over excel for even sets greater than 1m. When you run it, where is the bottleneck. Is it in the transfer of the data or what?
by jpcavanaugh
Tue Oct 09, 2012 4:59 pm
Forum: Vertica Database Administration
Topic: How to connect to Admintools through Command line?
Replies: 1
Views: 4905

Re: How to connect to Admintools through Command line?

Specifically what tasks are you looking to do from the command line? Here are a few examples...

Start the database:
admintools -t start_db -d <dbname>

Stop the database:
admintools -t stop_db -d <dbname>

Go to advanced search