akikax
September 11, 2018, 8:11pm
1
Ever since I upgraded to version 2.1 I am getting slower response times at the following:
Opening a view for editing takes longer
Previewing results take longer
Has anyone been experiencing the same issue or is this just me? I am wondering if I am going to be forced to do a fresh install…
My environment: Chrome, Cloudera Cluster, 4 Nodes, Centos
laurent
September 11, 2018, 11:40pm
2
Hi,
Would you be able to share the preview job’s profile with us?
akikax
September 12, 2018, 8:11am
4
Okay, I just realised that queries preview also provide a job and a query profile. Here it is:
Query Preview Taking over 1 minute to complete.zip (26.7 KB)
akikax
September 12, 2018, 8:14am
5
Laurent, we just realised that the equivalent query in SQL Server (select top 10000 * from table) takes roughly 30 seconds to complete. I guess this is an issue related to the size of the table (depth and width). Probably the best I can do is to limit the preview down to 1000 records or something like that.
akikax
September 12, 2018, 8:27am
6
Eveyone, my issue is effectively already captured and discussed here
I have a dataset (D2) based on another dataset (D1) that has raw reflection turned on. When selecting D2 from the UI it automatically executes in preview mode (haven’t figure out how to turn that off). That query never gets accelerated because it says the D1 reflection doesn’t cover the query. However, when I select RUN to execute the query it does use the D1 reflection. The net result is the preview takes much longer to execute then just running the query.
Are there any use cases where this is…