sql - Creating temporary tables perl cgi dbi -


i have sql containing 8 table joins takes time fetch data considering amount of joins in sql. create temp table , sql might speed data retrieval process.

i trying fetch data using sql in perl cgi dbi. makes sense create temp table on web application?

i have used temp tables in sql web application before. web application part doesn't have it. temp table make sql more efficient? you'd have lot more specific question tell.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -