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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -