From 8baa2d8808797e423829fb040d70206d24b6156e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 17 Sep 2018 13:56:36 -0700 Subject: fix CHECK clauses --- python/README_import.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'python') diff --git a/python/README_import.md b/python/README_import.md index 38c8406f..d481b7ae 100644 --- a/python/README_import.md +++ b/python/README_import.md @@ -112,3 +112,8 @@ From compressed: sys 19m3.576s Really sped up once not contending with Crossref import, so don't run these two at the same time. + +## Matched + + zcat /srv/datasets/2018-08-27-2352.17-matchcrossref.insertable.json.gz | pv -l | time parallel -j12 --round-robin --pipe ./fatcat_import.py import-matched - + -- cgit v1.2.3