FAQs - Person Changelog API

👍

Want a Question Answered? Ask Us!

You can either use the Suggest Edits button in the top right-hand corner of this page to ask a question or you can post your question in our Roadmap Board.

How does this API differ from the existing Person Changelog files?

The Person Changelog API is built on top of the existing Person Changelog files, which means that the information returned using either method is exactly the same. However, unlike the changelog files, the API allows for fine-grained, field-level queries and removes much of the overhead associated with using the changelog files directly. As a result, it's generally designed for tracking smaller datasets, whereas the changelog files are more suitable for large-scale or historical data analysis.

How big a dataset can I track with the Person Changelog API?

The Person Changelog API is a useful tool for understanding the changes in records across releases, and it can be a effective tool to streamline the process of updating a dataset of person records. However, as an API there are 2 important limitations to keep in mind:

Rate Limits: The Person Changelog API has a default rate limit of 100 requests / minute for self-serve customers and 500 requests / minute for enterprise customers. This limit can be increased up to a maximum of 5000 requests / minute for enterprise customers.

Output Limits: Additionally, the maximum number of record IDs that can be returned in a single API response is capped at 1000 records / response. This limit cannot be increased.

As a result, the maximum throughput possible with the Person Changelog API is:

(5000 requests / minute) x (1000 ids / request) = 5M ids / minute

With this number in mind, we generally recommend using the Person Changelog API where you are interested in maintaining a dataset in the tens of millions of records or less. Above this number (e.g. when you start approaching the hundreds of millions), an API-based workflow will likely add significant processing time overhead to your update process.

For maintaining datasets larger than this, we recommend our Person Delta Files (for Data License customers) or using the raw Person Changelog files directly.