I noticed that Temp Tables are heavily used... but when filled with lots of data they run real slow.
Now I want to ask some performance issues:
1. are they only created in the memory?
2. are they running on the server or on the local machine (where the software is running)... at this I think it's the first one, because I noticed no memory usage increase when filling the temp table with a lot of data.
3. how can the performance of the temp table be increased? read write?
... are there alternatives to temp tables?
Now I want to ask some performance issues:
1. are they only created in the memory?
2. are they running on the server or on the local machine (where the software is running)... at this I think it's the first one, because I noticed no memory usage increase when filling the temp table with a lot of data.
3. how can the performance of the temp table be increased? read write?
... are there alternatives to temp tables?