Open
Description
I have a large data in R and I save it in fst format using the fst package with compression rate of 100. When I try to read it into R, it takes a lot of time and crashes my laptop. The fst file data is 873 MB, is it normal or it could be something wrong with my laptop?
PS: The original data is about 10 GB, so after compression with a rate of 100, it should be 100 MB, but the resulted fst file is 873 MB, and I don't understand that.