Parsing large CSV files in Python is slow due to interpreter overhead.
This covers the full flow of CSV ingestion: UI upload → backend upload endpoint → CSV parsing → DB insertion.