aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-01 14:40:13 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-01 14:40:13 +0200
commit0f4c1fa49b8c4dbd37349daf09c2d33a8390fb83 (patch)
treed75cf57bf1b2d9f204061d4e5909d41317313328
parent1530b157bb0355a7cf559b4ef34cd84af6e3fec5 (diff)
downloadrefcat-0f4c1fa49b8c4dbd37349daf09c2d33a8390fb83.tar.gz
refcat-0f4c1fa49b8c4dbd37349daf09c2d33a8390fb83.zip
update timing notes
-rw-r--r--python/refcat/tasks.py6
1 files changed, 3 insertions, 3 deletions
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 {