Update notes for 2018-09-26

This commit is contained in:
2018-09-27 09:30:28 +03:00
parent a423ad5385
commit c96de57967
3 changed files with 12 additions and 8 deletions

View File

@ -554,5 +554,7 @@ sys 2m18.485s
- Udana and Mia from WLE were asking some questions about their [WLE Feedburner feed](https://feeds.feedburner.com/WLEcgspace)
- It's pretty confusing, because until recently they were entering issue dates as only YYYY (like 2018) and their feeds were all showing items in the wrong order
- I'm not exactly sure what their problem now is, though (confusing)
- I updated the dspace-statistiscs-api to use psycopg2's `execute_values()` to insert batches of 100 values into PostgreSQL instead of doing every insert individually
- On CGSpace this reduces the total run time of `indexer.py` from 432 seconds to 400 seconds (most of the time is actually spent in getting the data from Solr though)
<!-- vim: set sw=2 ts=2: -->