mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes
This commit is contained in:
@ -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-24T21:47:24+02:00" />
|
||||
<meta property="article:modified_time" content="2020-11-25T22:32:41+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": "1381",
|
||||
"wordCount": "1570",
|
||||
"datePublished": "2020-11-15T13:27:35+02:00",
|
||||
"dateModified": "2020-11-24T21:47:24+02:00",
|
||||
"dateModified": "2020-11-25T22:32:41+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -420,6 +420,34 @@ $ chrt -b 0 dspace solr-upgrade-statistics-6x -n 2500000 -i statistics-2018
|
||||
<p>The statistics-2017 core, in 12-hour batches:</p>
|
||||
<pre><code>$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics-2017
|
||||
</code></pre><p>It took ~24 hours to finish processing this core.</p>
|
||||
<h2 id="statistics-2016-1">statistics-2016</h2>
|
||||
<p>The statistics-2016 core, in 12-hour batches:</p>
|
||||
<pre><code>$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics-2016
|
||||
</code></pre><p>It took ~20 hours to finish processing this core.</p>
|
||||
<h2 id="statistics-2015-1">statistics-2015</h2>
|
||||
<p>The statistics-2015 core, in 12-hour batches:</p>
|
||||
<pre><code>$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics-2015
|
||||
</code></pre><p>It took ~17 hours to finish processing this core.</p>
|
||||
<h2 id="statistics-2014-1">statistics-2014</h2>
|
||||
<p>The statistics-2014 core, in 12-hour batches:</p>
|
||||
<pre><code>$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics-2014
|
||||
</code></pre><p>It took ~12 hours to finish processing this core.</p>
|
||||
<h2 id="statistics-2013-1">statistics-2013</h2>
|
||||
<p>The statistics-2013 core, in 12-hour batches:</p>
|
||||
<pre><code>$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics-2013
|
||||
</code></pre><p>It took ~3 hours to finish processing this core.</p>
|
||||
<h2 id="statistics-2012-1">statistics-2012</h2>
|
||||
<p>The statistics-2012 core, in 12-hour batches:</p>
|
||||
<pre><code>$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics-2012
|
||||
</code></pre><p>It took ~2 hours to finish processing this core.</p>
|
||||
<h2 id="statistics-2011-1">statistics-2011</h2>
|
||||
<p>The statistics-2011 core, in 12-hour batches:</p>
|
||||
<pre><code>$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics-2011
|
||||
</code></pre><p>It took 1 hour to finish processing this core.</p>
|
||||
<h2 id="statistics-2010-1">statistics-2010</h2>
|
||||
<p>The statistics-2010 core, in 12-hour batches:</p>
|
||||
<pre><code>$ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisticsUpdateCLI -t 12 -c statistics-2010
|
||||
</code></pre><p>It took five minutes to finish processing this core.</p>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user