Postgresql – sql query optimization in postgres
I am executing the below query in PostgreSQL but it is taking more time than oracle. In PostgreSQL it is taking 1.5 second and in oracle it is taking nearly 0.009 second. select ex1.currency_id, ex1.underly_currency_id, ex1.type_id, ex1.third_id, ex1.market_third_id, ex1.exch_d, ex1.daily_dflt_f,…