Update notes

This commit is contained in:
2018-02-27 18:50:30 +02:00
parent 703f92a005
commit 3c7da18554
47 changed files with 75 additions and 60 deletions

View File

@ -943,5 +943,11 @@ SELECT * FROM resourcepolicy WHERE resource_type_id= $1 AND resource_id= $2 AND
SELECT * FROM pg_locks pl LEFT JOIN pg_stat_activity psa ON pl.pid = psa.pid;
```
- Tom Desair from Atmire shared some extra JDBC pool parameters that might be useful on my thread on the dspace-tech mailing list:
- abandonWhenPercentageFull: Only start cleaning up abandoned connections if the pool is used for more than X %.
- jdbcInterceptors='ResetAbandonedTimer': Make sure the "abondoned" timer is reset every time there is activity on a connection
- I will try with `abandonWhenPercentageFull='50'`
- Also there are some indexes proposed in [DS-3636](https://jira.duraspace.org/browse/DS-3636) that he urged me to try
- Finally finished the [orcid-authority-to-item.py](https://gist.github.com/alanorth/6d7489b50f06a6a1f04ae1c8b899cb6e) script!
- It successfully mapped 2600 ORCID identifiers to items!
- It successfully mapped 2600 ORCID identifiers to items in my tests
- I will run it on DSpace Test