Search found 1825 matches

by JimKnicely
Fri Apr 13, 2012 1:07 pm
Forum: New to Vertica Database Administration
Topic: How is table data stored on disk?
Replies: 6
Views: 60783

Re: How is table data stored on disk?

Hi man, Great question. I believe that projection data is stored in one file per node unless the projection's anchor table was created using the PARTITION clause... in that case, there will be one file for each partition. When you create a table with the PARTITION clause then all projections based o...
by JimKnicely
Fri Apr 13, 2012 11:46 am
Forum: New to Vertica
Topic: How to copy a table with no data?
Replies: 6
Views: 17708

Re: How to copy a table with no data?

Navin: I like the way you used the LIMIT command! I didn't think of that! I'm an old Oracle guy and we didn't have the LIMIT command so we had to use the WHERE 1=2 trick, but I like your way better! Examples: dbadmin=> create table test1 (col1 int, col2 varchar(100)); CREATE TABLE dbadmin=> insert i...
by JimKnicely
Thu Apr 12, 2012 7:08 pm
Forum: Request for New Forums Categories
Topic: moderators
Replies: 1
Views: 16269

Re: moderators

Hi,

As the site grows and the member list increases I'll definitely be looking for some folks to help out! Thanks for the interest!

Jim
by JimKnicely
Thu Apr 12, 2012 6:59 pm
Forum: Vertica SQL
Topic: time_slice
Replies: 7
Views: 17234

Re: time_slice

You are welcome! I hope the answer made sense!

If you don't mind me asking, how are you using the TIME_SLICE function? Someone else asked me what the applicable use for this function is in the real world.
by JimKnicely
Thu Apr 12, 2012 5:58 pm
Forum: Vertica Tips, Lessons and Examples
Topic: Special Date/Time Values
Replies: 1
Views: 6306

Special Date/Time Values

Hi, Vertica has provided several built in time stamp key words for our convenience: Examples: dbadmin=> select timestamp 'today' midnight_today, dbadmin-> timestamp 'yesterday' midnight_yesterday, dbadmin-> timestamp 'tomorrow' midnight_tomorrow, dbadmin-> time 'allballs' midnight_utc_time; midnight...
by JimKnicely
Thu Apr 12, 2012 2:24 pm
Forum: Vertica SQL
Topic: time_slice
Replies: 7
Views: 17234

Re: time_slice

Thanks for driving me crazy the last few days while I thought about an answer to your question! :) I was also very confused by your example at first, but I think this is how it all works out: 1) Time slices appear to be relative to the smallest (oldest) time stamp in Vertica which I believe is the t...
by JimKnicely
Thu Apr 05, 2012 5:09 am
Forum: Announcements, Events and Activities
Topic: White House on board with Big Data
Replies: 0
Views: 4744

White House on board with Big Data

The White House recognizes the Big Data is getting BIGGER!

Go to advanced search