airbnb / airpal

Web UI for PrestoDB.
http://airbnb.github.io/airpal
Apache License 2.0
2.76k stars 458 forks source link

Airpal query execution slow for presto oracle connector #192

Open surendraGaddam99 opened 8 years ago

surendraGaddam99 commented 8 years ago

Hi,

I am trying to run sql queries in Airpal editor connecting to Presto Server 0.77 using oracle connector . Here sql queries are getting executed and able to see the results .But issue is it is taking more time to execute the queries upto 40 secs to 1 minute . After debugging found that presto taking more time in planning stage . How to overcome this issue so that queries executes faster for Oracle connection.

Thanks Surendra