Best Practice for loading a huge file

We decided to not store data in EasyMorph projects. Instead, we provide two options:

  1. Store date in the native EasyMorph format as .DSET files. EasyMorph reads and writes files in the .DSET format very quickly, even if it’s millions of rows. A .DSET file can be created using the “Export to dataset” action, or simply right-clicking an action and choosing “Send to file”.

    Importing a .DSET file can be done using the “Import dataset” action.

  2. Store datasets in EasyMorph Server and hot-linking them in EasyMorph projects so they import datasets from the Server on opening. This is a more secure option, but it requires setting up EasyMorph Server. More details here: Server Link explained