Open Issues Need Help
View All on GitHub Refactor the company data import 6 months ago
AI Summary: The current company data import, handling 5 million records, is slow due to per-record processing. The task is to refactor the `internal.processCompanyDataCSV` function in `company_data.go` to utilize SQL batching for better performance. This refactoring requires new tests and ensuring all existing tests still pass.
Complexity:
3/5
enhancement good first issue go
API for finding UK companies by easting/northing bounding box
Go
#api#companies-house#golang#uk