Update notes for 2018-06-05

This commit is contained in:
2018-06-05 23:05:37 -07:00
parent d665ec93e6
commit f56baeb7a7
11 changed files with 105 additions and 8 deletions

View File

@ -17,5 +17,14 @@ $ ./fix-metadata-values.py -i /tmp/2018-05-30-Correct-660-authors.csv -db dspace
```
- I think a sane proofing workflow in OpenRefine is to apply the custom text facets for check/delete/remove and illegal characters that I developed in [March, 2018]({{< relref "2018-03.md" >}})
- Time to index ~70,000 items on CGSpace:
```
$ time schedtool -D -e ionice -c2 -n7 nice -n19 [dspace]/bin/dspace index-discovery -b
real 74m42.646s
user 8m5.056s
sys 2m7.289s
```
<!--more-->