Skip to content
#

personal-data

Here are 49 public repositories matching this topic...

chronicle-etl
hyfen
hyfen commented Aug 18, 2020

results_count is used to build a nice progress bar but sometimes calculating the number of records is a computationally-expensive task (for example, multi gigabyte .mbox files). When we run a job in the background, we probably don't want the speed penalty that comes from calculating this number.

We should be able to pass Runner a configuration option to skip calling this method. If the j

good first issue

Improve this page

Add a description, image, and links to the personal-data topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the personal-data topic, visit your repo's landing page and select "manage topics."

Learn more