Add notes for 2020-11-24

This commit is contained in:
2020-11-24 21:47:24 +02:00
parent 3e3f80c1dc
commit a9b86c7f64
27 changed files with 85 additions and 36 deletions

View File

@ -10,7 +10,7 @@
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/cgspace-dspace6-upgrade/" />
<meta property="article:published_time" content="2020-11-15T13:27:35+02:00" />
<meta property="article:modified_time" content="2020-11-22T23:08:49+02:00" />
<meta property="article:modified_time" content="2020-11-23T22:44:29+02:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="CGSpace DSpace 6 Upgrade"/>
@ -25,9 +25,9 @@
"@type": "BlogPosting",
"headline": "CGSpace DSpace 6 Upgrade",
"url": "https://alanorth.github.io/cgspace-notes/cgspace-dspace6-upgrade/",
"wordCount": "1327",
"wordCount": "1354",
"datePublished": "2020-11-15T13:27:35+02:00",
"dateModified": "2020-11-22T23:08:49+02:00",
"dateModified": "2020-11-23T22:44:29+02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -412,6 +412,10 @@ $ chrt -b 0 dspace solr-upgrade-statistics-6x -n 2500000 -i statistics-2018
<p>The statistics-2019 core, in 12-hour batches:</p>
<pre><code>$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics-2019
</code></pre><p>It took ~32 hours to finish processing this core.</p>
<h2 id="statistics-2018-1">statistics-2018</h2>
<p>The statistics-2018 core, in 12-hour batches:</p>
<pre><code>$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics-2018
</code></pre><p>It took ~28 hours to finish processing this core.</p>