java - Improving application performance with large queries -


i looking using caching improving website performance , thought of implementing in application.

i have scenario executing large query list of orders based on order status , customer/supplier. there can other filters selected @ runtime user. query complex lot of joins amongst tables.

can implement caching memcached/redis in anyway improve performance in area storing orders object in cache order id key , order object value when created , write logic fetch list or orders runtime filters applied or need run query fetching orders?

also there simple queries orders object ordernumber. can cache these avoid db query?

please let me know of possible solution improving site performance.

thanks in advance :)


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -