-
I have table with 10 columns and 16,000 rows. Approximately 1MB.
-
It is a Lookup table that needs quite a bit of manipulation before it is ready for use. (Its is a multi-record type table…)
-
I came across the idea of creating an index column and then adding a custom column that retrieves the previous value.
-
When I create and apply the final column, to retrieve the previous value, the size of the model explodes - 6.5 GB and counting.
-
Is there a more efficient method to achieve my goal or is there something I am missing
Thank you,
paul