No description
| local-s3 | ||
| rust | ||
| spark | ||
| .gitignore | ||
| README.md | ||
| rust-toolchain | ||
Ingest many json files
WIP Results
tally uv run main.py --host http://192.168.1.15:9000
tally uv run main.py --host http://192.168.1.15:9000 --partitions 16
tally uv run main.py --host http://192.168.1.15:9000 --partitions 2
tally ./target/release/rust ingest --host http://192.168.1.15:9000 --target-size-mib 128
tally ./target/release/rust ingest --host http://192.168.1.15:9000 --target-size-mib 1024
| Test | Time (s) | Mem (GiB) | Parquet files |
|---|---|---|---|
| Spark | 47.0 | - | 313 |
| Spark 16 partitions | 53.6 | - | 16 |
| Spark 2 partitions | 110.4 | - | 2 |
| Rust target 128 MiB | 21.3 | 1.4 | 12 |
| Rust target 1 GiB | 28.6 | 3.9 | 2 |