Update notes for 2020-03-08

This commit is contained in:
2020-03-08 14:28:39 +02:00
parent c95d907461
commit 619911f55e
3 changed files with 20 additions and 10 deletions

View File

@ -64,5 +64,10 @@ $ curl -s "http://localhost:8081/solr/statistics-2012/update?softCommit=true" -H
```
- I will do this for as many cores as I can (disk space limited) and then monitor the effect on the system and JVM memory usage
- Exporting half years might work, using a filter query with months as a regular expression:
```
$ ./run.sh -s http://localhost:8081/solr/statistics-2014 -a export -o /tmp/statistics-2014-1.json -k uid -f 'time:/2014-0[1-6].*/'
```
<!-- vim: set sw=2 ts=2: -->