Hi, my program got big. Maybe a bit too big as it queries our server 640 times each time i run it. That kills our server

Is there any way i could store the queries in a temporary DB on the local machine and query those?

I guess that would be much faster than the ususal Server approach.