Table of Contents

Search

  1. Preface
  2. Introduction
  3. Defining a System
  4. Flattening IDTs
  5. Link Tables
  6. Loading a System
  7. Static Clustering
  8. Simple Search
  9. Search Performance
  10. Miscellaneous Issues
  11. Limitations
  12. Error Messages

Search Performance

Search Performance

A search client calls the Identity Resolution with a search record. The Server retrieves a set of similar records from the database (known as the candidate-set).
Each candidate is scored against the search record to determine the degree of similarity. Records that score above the score-threshold defined in the Search-Definition are returned to the search client.
The process may be optimized by:
  • reducing the size of the candidate-set, thereby reducing the amount of scoring required, and/or
  • reducing the cost of scoring two records, and/or
  • reducing the size of the IDX to improve database cache efficiency
The following sections discuss ways in which to achieve these goals.

0 COMMENTS

We’d like to hear from you!