Add notes for 2017-03-30

This commit is contained in:
Alan Orth 2017-03-30 14:50:53 +03:00
parent 394e477fcb
commit 9809c45295
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 4 additions and 0 deletions

View File

@ -230,3 +230,7 @@ dspace=# select case when metadata_schema_id=1 then 'dc' else 'cg' end as schema
```
dspace=# select coalesce(case when metadata_schema_id=1 then 'dc.' else 'cg.' end) || concat_ws('.', element, qualifier) as field, scope_note from metadatafieldregistry where metadata_schema_id in (1, 2);
```
## 2017-03-30
- Adjust the Linode CPU usage alerts for the CGSpace server from 150% to 200%, as generally the nightly Solr indexing causes a usage around 150190%, so this should make the alerts less regular