How to optimize formula columns for faster recalculation speed?
I have a fairly large JMP data table (132k rows, 2860 columns) which also has a large number of formula columns (200+). I regularly import new data into this file, so I want to keep all of the formula columns "live" so they will auto-populate when new data is added. I've started to run into issues with the speed of formula recalculation. At first the formulas were mostly simple arithmetic (addit...