Search found 7 matches

by alamb
Fri Mar 01, 2013 2:10 pm
Forum: Vertica Community Edition
Topic: CE 6.1 ?
Replies: 2
Views: 16833

Re: CE 6.1 ?

It will be available as 6.1. We are in the process of trying to make the CE and EE a part of the same binary package. ETA is in a few months. Of course I can't make any promises, etc.
by alamb
Fri Nov 16, 2012 10:07 pm
Forum: New to Vertica Database Administration
Topic: K-Safety > 2
Replies: 5
Views: 12653

Re: K-Safety > 2

K is a hard guarantee.

K=2 means: *any* two nodes may fail but your cluster will remain up. As long as the *wrong* nodes dont' fail and more than half the nodes are still available the cluster will also remain up
by alamb
Sun Oct 21, 2012 10:55 am
Forum: New to Vertica Database Administration
Topic: Vertica running in nice mode
Replies: 3
Views: 7619

Re: Vertica running in nice mode

Vertica internally runs most of its threads at a lower priority (higher nice value) Specifically, Vertica runs its query executor threads with a slightly lower priority than its main communications dispatch loop (note that without being root, a process can not increase the priority of a thread). Thi...
by alamb
Sat Oct 06, 2012 1:31 pm
Forum: Vertica Data Load
Topic: Performance of the load_streams System Table
Replies: 6
Views: 12171

Re: Performance of the load_streams System Table

Here is some engineering perspective: The load_streams table (now) contains data on both ongoing loads and historical loads -- but the underlying mechanism for the historical data is not particularly optimized and can be big. on 6.0 , If you want a faster way to get access to the information in load...
by alamb
Fri Aug 17, 2012 8:50 pm
Forum: New to Vertica
Topic: The show_current_vertica_options function
Replies: 6
Views: 10745

Re: The show_current_vertica_options function

You can see them all with this command:

select show_all_vertica_options();

Some of them are quite dangerous and can cause database corruption or worse.

Happy poking,
Andrew
by alamb
Thu Aug 16, 2012 3:55 pm
Forum: Vertica SQL
Topic: Display a number value in Words
Replies: 13
Views: 24901

Re: Display a number value in Words

I would be happy to incorporate this code into our github extensions repository (https://github.com/vertica/Vertica-Extension-Packages) For legal reasons, I can not include it unless you sign a contributor license agreement, which is straightforward and easy to do: Quoting from: https://github.com/v...
by alamb
Mon Aug 06, 2012 8:53 pm
Forum: New to Vertica Database Administration
Topic: How to Keep a History of Database Logins
Replies: 5
Views: 11497

Re: How to Keep a History of Database Logins

Look at dc_session_starts and dc_session_ends For example: alamb=> select * from dc_session_starts limit 1; time | node_name | session_id | user_id | user_name | client_hostname | client_pid | client_label | client_version | ssl_state | authentication_method | is_internal | session_type ------------...

Go to advanced search