Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #9

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ Package to convert parquet files into a single hyper file.

## Benchmarking

To be announced soon.
The package was benchmarked using a Latitude 3420 Dell Notebook with 16GB of Memory RAM, a 250GB SSD, and an i7-1165G7 CPU. The time may vary using different architectures. The table used for benchmarking contained **60 columns**. Although the tests were carried with a maximum of 500 million of rows, the package supports higher amount of volume. The limitation is only to the size of a single parquet file (up to 30GB). For larger volumes, it's recommended to split them into multiple parquet files. Follow the results:

| Rows (in millions) | Time (in seconds) | Parquet size (in MegaBytes) |
|--------------------|-------------------|-----------------------------|
| 1 | 4.05 | 54 |
| 10 | 36.8 | 520 |
| 100 | 412.6 | 4900 |
| 500 | 2669.25 | 25400 |

![parquet-to-hyper](https://github.com/guilhermenoronha/parquet-to-hyper/assets/2208226/f8c54a68-e689-4fb3-9d09-05122d220fee)

## How to use

Expand Down