Hi
I had 2 tables in Cache in web server. The size of tables is considerable huge. Each time to retrieve data I have to do a join on these 2 tables.
Other option I have is have nothing in cache and making a db call each time that will do a join on the db tables.
So what I want to know is doing a join on webserver is it costlier than making a db call if performance is on high priority. Suggestions please....