diff --git a/content/posts/2018-04.md b/content/posts/2018-04.md index b40eee899..7c0e67c3c 100644 --- a/content/posts/2018-04.md +++ b/content/posts/2018-04.md @@ -385,3 +385,14 @@ $ ant update update_geolite clean_backups - I also re-deployed CGSpace (linode18) to make the ORCID search, authority cleanup, CCAFS project tag `PII-LAM_CSAGender` live - When re-deploying I also updated the GeoLite databases so I hope the country stats become more accurate... - After re-deployment I ran all system updates on the server and rebooted it +- After the reboot I forced a reïndexing of the Discovery to populate the new ORCID index: + +``` +$ time schedtool -D -e ionice -c2 -n7 nice -n19 dspace index-discovery -b + +real 73m42.635s +user 8m15.885s +sys 2m2.687s +``` + +- This time is with about 70,000 items in the repository diff --git a/docs/2018-04/index.html b/docs/2018-04/index.html index 521975655..394354dbe 100644 --- a/docs/2018-04/index.html +++ b/docs/2018-04/index.html @@ -21,7 +21,7 @@ Catalina logs at least show some memory errors yesterday: - + @@ -53,9 +53,9 @@ Catalina logs at least show some memory errors yesterday: "@type": "BlogPosting", "headline": "April, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-04/", - "wordCount": "2103", + "wordCount": "2148", "datePublished": "2018-04-01T16:13:54+02:00", - "dateModified": "2018-04-19T11:04:36+03:00", + "dateModified": "2018-04-19T12:40:52+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -551,6 +551,18 @@ webui.itemlist.sort-option.4 = type:dc.type:text
PII-LAM_CSAGender
live$ time schedtool -D -e ionice -c2 -n7 nice -n19 dspace index-discovery -b
+
+real 73m42.635s
+user 8m15.885s
+sys 2m2.687s
+
+
+