Search found 23 matches

by Rick
Fri Jul 27, 2012 4:52 pm
Forum: New to Vertica
Topic: Does the DELETE command write data?
Replies: 1
Views: 4700

Re: Does the DELETE command write data?

When a record is deleted in Vertica, it is not actually deleted per say. Instead it is 'marked' for deletion, and then every once in a while you can purge this deleted data (vertica recommends you do this when deleted data exceeds 10% of the total database size).
by Rick
Fri Jul 27, 2012 4:49 pm
Forum: Vertica Database Development
Topic: Creating Projections on a table
Replies: 4
Views: 12296

Re: Creating Projections on a table

You can do this through database designer, by selecting the appropriate optimization. Or if you want further customized projections you can just use their pre-made projection files to help you make new ones then just run the sql scripts. For example: CREATE PROJECTION public.customer_dimension_my_pr...

Go to advanced search