CDCgov / RecordLinker

Apache License 2.0
1 stars 0 forks source link

Universal set of blocking keys #26

Open ericbuckley opened 4 days ago

ericbuckley commented 4 days ago

Summary

As we move towards a concept of only have N number of blocking keys available to customers, we need to determine exactly what those keys should be.

Acceptance Criteria

Details / Tasks

We have 6 keys currently in use by the DIBBS_* algorithms, so at the very least we'll need these 6 going forward. There are likely a few more, which may provide good value for customers to optionally "block" with when retrieving from the database.

Background / Context

Having a universal set of blocking keys, rather than unlimited, has many advantages. a) its easier to drive a UI for users to configure their algorithm b) we can optimize the database up front for the appropriate blocking key indexes c) we can limit customers to keys we know are useful and not allow them to make too many inappropriate decisions.