mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user