I'm trying to load a very large database using JMP but I'm running out of memory. It contains almost 1k columns and millions of rows. The file size is almost 35 GB. Is there any way that I can open only selected columns to minimize memory usage? Any recommendations on how to open such a large file using JMP? Unfortunately, I don't have coding experience
I'm surprised nobody pointed this out, but you certainly can use Query Builder for a .csv file. Just choose the correct driver for a .csv file and you can decide which columns/rows to filter from your large database.
Thanks