The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
query performance slow on 3 node cluster
Hello,
Initially, I have a single node vertica recently added 2 nodes to it. After making 3 node cluster query performance is very very slow, sometimes select query takes 1hour, what I have to do?
0
Comments
why 3 node cluster taking this much of time , Please help I'm stuck
created projection on the same table, and the result is like this
Verify the current k-safety of your DB:
select node_count, node_down_count, current_fault_tolerance from system;
Verify the table projections are up to date:
select projection_name, node_name, verified_fault_tolerance, is_up_to_date, is_segmented from projections where anchor_table_name = 'cluster';
That all looks fine.
So what do the projections looks like?