You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a lot of data for training, and now we use parquet format to store them.
Lance says it can support very wide schemas to solve the issue we have to read all metadata from parquet footer even if only few columns projects.
I write the following code to convert parquet file to lance file, but I find the lance file size is very very large. It is almost the same size as the original data and may not use any encoding or compression. Is there something wrong?
We have a lot of data for training, and now we use parquet format to store them.
Lance says it can support very wide schemas to solve the issue we have to read all metadata from parquet footer even if only few columns projects.
I write the following code to convert parquet file to lance file, but I find the lance file size is very very large. It is almost the same size as the original data and may not use any encoding or compression. Is there something wrong?
The text was updated successfully, but these errors were encountered: