From f515fcd16b4a792979f119b7db86593b385c2d20 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 14 Nov 2023 14:50:28 -0800 Subject: [PATCH] Animated GIF --- duckdb/remote-parquet.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/duckdb/remote-parquet.md b/duckdb/remote-parquet.md index 393b696e3d..6ed412e1eb 100644 --- a/duckdb/remote-parquet.md +++ b/duckdb/remote-parquet.md @@ -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.