Add notes for 2020-11-23

This commit is contained in:
2020-11-23 22:44:29 +02:00
parent 26f17edd92
commit 3e3f80c1dc
27 changed files with 59 additions and 37 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-18T23:15:06+02:00" />
<meta property="article:modified_time" content="2020-11-22T23:08:49+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": "1300",
"wordCount": "1327",
"datePublished": "2020-11-15T13:27:35+02:00",
"dateModified": "2020-11-18T23:15:06+02:00",
"dateModified": "2020-11-22T23:08:49+02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -408,6 +408,10 @@ $ chrt -b 0 dspace solr-upgrade-statistics-6x -n 2500000 -i statistics-2018
<p>First the current year&rsquo;s statistics core, in 12-hour batches:</p>
<pre><code>$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics
</code></pre><p>It took ~38 hours to finish processing this core.</p>
<h2 id="statistics-2019-1">statistics-2019</h2>
<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>