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
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?
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?