cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
‘New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit – register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
AliSheffeh
Level II

How to load a very large database

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

11 REPLIES 11
dlehman1
Level V

Re: How to load a very large database

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.

AliSheffeh
Level II

Re: How to load a very large database

Thanks