Hi,
I develop an application that requires a lot of queries from the db.
Basically I have first query that take the projects name from one table, and then I have for each project another query that take from a different tables the relevant data for the specific project. Now it works fine, but lately it become very slowly, because we have a lot of records.
My question is if there is anyway to improve the speed?
Thanks,
Assaf