Your problem may not be the storing of the long table, but rather how you are using it.
For example if you were constantly checking values and acting on values in your table using loops, you will most likely experience frame drops and lag.
That being said, variables use memory. Long variables (such as extensive tables), can cause memory leaks.
Here is an article I found which I think explains memory management well if you want to take a look: