From 0f4c1fa49b8c4dbd37349daf09c2d33a8390fb83 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 1 Jun 2021 14:40:13 +0200 Subject: update timing notes --- python/refcat/tasks.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 93e4928..17caf96 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -842,8 +842,8 @@ class OpenLibraryEditionsMapped(Refcat): class UnmatchedMapped(Refcat): """ - Map unmatched refs (in release schema) to titles to do approximate title - matches with OL; 35m14.801s. + Map unmatched refs (converted to release schema on the fly) to titles to do + approximate title matches with OL; 35m14.801s. """ def requires(self): return UnmatchedRefs() @@ -866,7 +866,7 @@ class UnmatchedMapped(Refcat): class UnmatchedOpenLibraryMatchTable(Refcat): """ - Run matching and write tabular results to file. + Run matching and write tabular results to file. About 50M rows. """ def requires(self): return { -- cgit v1.2.3