Optimize Memory working with many data
Hello there ! I'm iterating many analyses in a loop - like millions - and I need to store the results. Those results are are text values and numeric values. So far I stored the results in a data table but as the size of the table increase so does the memory, and the speed of the analyses tend to decrease. I'm looking for a way to save time and memory.The table is already in private ( as sugested ...