Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Country Standardization timing out #172

Open
newnativeabq opened this issue Jul 14, 2020 · 0 comments
Open

Country Standardization timing out #172

newnativeabq opened this issue Jul 14, 2020 · 0 comments

Comments

@newnativeabq
Copy link
Contributor

Country standardization is timing out on full database updates.

Few options:

  1. Chunk jobs
  2. Skip country standardization in raw ingest and have background cleaning tasks fix items where necessary.
  3. Only fuzzy match countries that don't have lookups (clean searches) in country dictionary.

3 is easiest to implement and will shave a lot of time off assuming most entries are correctly spelled to ISO standard names.
2 requires cleaning process handling which isn't build in yet
1 needs job creation to be handled by separate engine that is aware of data shape

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant