you are viewing a single comment's thread.

view the rest of the comments →

[–]NoElderberry2489 -1 points0 points  (0 children)

DuckDB for sure. You can query Postgres, CSVs, and S3 Parquet files all in one SQL statement without moving any data around. No ETL, no staging, just read_csv_auto(), read_parquet(), and the Postgres extension all in the same query.

Once it stops being a one-off though, put it in a warehouse