Re: Query with join hangs on ignite thick client

2021-05-13 Thread Ilya Kasnacheev
Hello! Are you sure that your thick client has enough memory for reduce phase? It may boil down to the fact that servers have more RAM doing join/aggregation. Can you collect heap/thread dumps during the hanging and check it to see what happens? Regards, -- Ilya Kasnacheev ср, 5 мая 2021 г. в

Query with join hangs on ignite thick client

2021-05-05 Thread harinath
Hi, I have a below query to run using joins SELECT income_summarytest.workclass, income_summarytest.education, income_summarytest.marital_status, income_summarytest.occupation, income_summarytest.race, income_summarytest.gender, income_summarytest.capital_gain, income_summarytest.capital_loss, in