diff --git a/content/posts/2020-06.md b/content/posts/2020-06.md index 2c3c5ff8e..baae002c3 100644 --- a/content/posts/2020-06.md +++ b/content/posts/2020-06.md @@ -589,6 +589,16 @@ dc.description.sponsorship,correct $ ./fix-metadata-values.py -i /tmp/2020-06-29-fix-sponsors.csv -db dspace -u dspace -p 'fuuu' -f dc.description.sponsorship -t correct -m 29 ``` +- Then I started a full re-index at batch CPU priority: + +``` +$ time chrt --batch 0 dspace index-discovery -b + +real 99m16.230s +user 11m23.245s +sys 2m56.635s +``` + - Peter wants me to add "CORONAVIRUS DISEASE" to all ILRI items that have ILRI subject "COVID19" - I exported the ILRI community and cut the columns I needed, then opened the file in OpenRefine: diff --git a/docs/2020-06/index.html b/docs/2020-06/index.html index 5d61e3e65..bf921c3b8 100644 --- a/docs/2020-06/index.html +++ b/docs/2020-06/index.html @@ -19,7 +19,7 @@ I tried to build the OAI registry on the freshly migrated DSpace 6 on DSpace Tes - + @@ -43,9 +43,9 @@ I tried to build the OAI registry on the freshly migrated DSpace 6 on DSpace Tes "@type": "BlogPosting", "headline": "June, 2020", "url": "https://alanorth.github.io/cgspace-notes/2020-06/", - "wordCount": "4764", + "wordCount": "4788", "datePublished": "2020-06-01T13:55:39+03:00", - "dateModified": "2020-06-28T18:13:44+03:00", + "dateModified": "2020-06-30T15:47:18+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -767,6 +767,14 @@ dc.description.sponsorship,correct "UK’s Biotechnology and Biological Sciences Research Council (BBSRC)","Biotechnology and Biological Sciences Research Council" $ ./fix-metadata-values.py -i /tmp/2020-06-29-fix-sponsors.csv -db dspace -u dspace -p 'fuuu' -f dc.description.sponsorship -t correct -m 29 +
$ time chrt --batch 0 dspace index-discovery -b
+
+real    99m16.230s
+user    11m23.245s
+sys     2m56.635s
+