Search found 77 matches

by sarah
Wed Oct 03, 2012 12:06 pm
Forum: New to Vertica Database Administration
Topic: SURPRISE column ?!?!
Replies: 2
Views: 5858

Re: SURPRISE column ?!?!

Julie,

Do you think it contains a hash value created with the MD5 Message-Digest Algorithm? I'm curious too.

Thanks.
by sarah
Wed Sep 12, 2012 3:06 pm
Forum: Vertica Database Administration
Topic: How to handle "currency" in Vertica
Replies: 13
Views: 26079

Re: How to handle "currency" in Vertica

Could you use the translate function when you want to display the data?

Code: Select all

dbadmin=> SELECT translate(to_char(123456.77,'R$ 999G999G999D99'), ',.', '.,');
     translate
--------------------
 R$      123.456,77
(1 row)
by sarah
Wed Aug 29, 2012 11:27 pm
Forum: New to Vertica
Topic: What is a column encoding type?
Replies: 3
Views: 7999

Re: What is a column encoding type?

Thanks, guys! This now makes sense to me. Do you think just starting out I should leave the encoding to AUTO? Maybe once I get to now the different encoding methods a little better I can change the tables. Hmm. I guess that's another question. Can I change the column encoding method on the fly? Or d...
by sarah
Wed Aug 29, 2012 11:24 pm
Forum: New to Vertica
Topic: What is an epoch exactly?
Replies: 2
Views: 14271

Re: What is an epoch exactly?

Wow, thanks scutter for the detailed explanation of the concept of an epoch. I played around with your examples and have a much better understanding now!
by sarah
Mon Aug 27, 2012 3:38 pm
Forum: New to Vertica
Topic: What is an epoch exactly?
Replies: 2
Views: 14271

What is an epoch exactly?

Hello,

Another question... What exactly is an epoch? Is it like the Oracle SCN (System Change Number)?

(Added by me): Can someone please explain what the current_epoch, ahm_epoch, last_good_epoch and refresh_epoch columns represent in the system table?

Thanks you.
by sarah
Mon Aug 27, 2012 1:38 pm
Forum: New to Vertica
Topic: What is a column encoding type?
Replies: 3
Views: 7999

What is a column encoding type?

Hello! I'm glad I found this site! I'm very new to Vertica and have a lot of questions :oops: I'm a bit embarrassed to ask the simple question on the Vertica site. Can someone please explain to me the difference between a column's data type and encoding type? Whey do we need an encoding type I guess...

Go to advanced search