Is it possible to reduce the memory a table takes up without starting a brand new reference?
Can you not do this by removing anything you don’t need from the table (references, connections, etc.)?
Maybe this could help as well?
I think that while removing objects from a table removes a reference to an object so it can be garbage collected saves memory, the actual table size remains the same. I don’t think there is a way to decrease the memory usage of a table without it being garbage collected.
1 Like