Vertica_Curtis
Employee
Vertica_Curtis Employee
Reactions
-
Re: ANALYZE_STATISTICS_PARTITION
I'm not sure Vertica cares which command you run. It's going to identify applicable partitions, and run stats on those partitions. So, I suspect they are functionally equivalent. I'm n… (View Post)1 -
Re: How can I check what projections all tables in the schema have?
select * from projections where projection_schema = 'schema_name' ; (View Post)1 -
Re: Multiple projection Hash key precedence
Each projection will be segmented according to its own segmentation hash key. In this example, you'd have two projections segmented completely different from one another. There are cases where t… (View Post)4














