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

How do I perform deduplication with the python record linkage toolkit with large data sets? #207

Open
sidhugithub1 opened this issue Aug 1, 2024 · 0 comments

Comments

@sidhugithub1
Copy link

I am doing Dedup in a single dataset of 1M size in the machine (M5.4xlarge 16 core and 64 GB RAM). I have done the following matching config, but it is running out of memory.

  1. Indexing sortedneighbourhood for AddressTypeDescription with window=3
  2. Indexing block for ['Designation', 'Department', 'City', 'Gender', 'Country', 'Region']

Error running out of memory

Unable to allocate 165. GiB for an array with shape (22179322464,) and data type int64
Unable to allocate 14.2 GiB for an array with shape (1906374956,) and data type int64
Unable to allocate 23.0 GiB for an array with shape (1, 3092850189) and data type object
Unable to allocate 23.0 GiB for an array with shape (3092850193, 1) and data type object

Basically it is getting stuck/stop the process at indexing step for large dataset.

Could you please suggest how to overcome this scenario?

Regards
Sid

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