aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/covermerger/bq_csv_reader_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/covermerger: read gcs files sequentiallyTaras Madan2025-04-041-0/+117
Quarter long aggregation means thousands of gzip files. Opening all the files in parallel we struggle from: 1. Memory overhead. 2. GCS API errors. It can't read Attrs for 1500+ files.