Add notes for 2018-09-19

This commit is contained in:
2018-09-19 20:40:18 +03:00
parent d41afc28d4
commit ac9d72625b
3 changed files with 20 additions and 8 deletions

View File

@ -360,4 +360,9 @@ dspace=# select item_id from item where in_archive is True and withdrawn is Fals
- The rest of the Falcon tooling will be more difficult...
## 2018-09-19
- I emailed Jane Poole to ask if there is some money we can use from the Big Data Platform (BDP) to fund the purchase of some Atmire credits for CGSpace
- I learned that there is an efficient way to do ["deep paging" in large Solr results sets by using `cursorMark`](http://yonik.com/solr/paging-and-deep-paging/), but it doesn't work with faceting
<!-- vim: set sw=2 ts=2: -->