Skip to content

Commit

Permalink
Animated GIF
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Nov 14, 2023
1 parent a60080c commit f515fcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion duckdb/remote-parquet.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ FROM (
SELECT SUM(size) as size_total FROM 'https://huggingface.co/datasets/vivym/midjourney-messages/resolve/main/data/000055.parquet'
);
```
I ran this in a fresh DuckDB instance with `nettop` watching the network traffic. Here's the result:
I ran this in a fresh DuckDB instance with `nettop` watching the network traffic. Here's what that looked like while it was running:

![Animated GIF of nettop showing different connections being made and how much bandwidth is used for each one](https://github.com/simonw/til/assets/9599/6e7f1e07-4d76-43d7-a2b7-81daba8c99ca)

The total data transferred was 287 MiB - still a lot of data, but a big saving on 8GB.

Expand Down

0 comments on commit f515fcd

Please sign in to comment.