Add LARGEFILE creation mode option to improve performance when creating a Hyper file on Apache Spark for a large dataset. It does this by saving multiple files and using an ARRAY of Parquet file paths in the COPY command.
Note: This only works on Databricks using dbfs.
Add LARGEFILE creation mode option to improve performance when creating a Hyper file on Apache Spark for a large dataset. It does this by saving multiple files and using an ARRAY of Parquet file paths in the COPY command. Note: This only works on Databricks using dbfs.