@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://www.openlinksw.com/dataspace/person/oerling#> .
ns1:this	foaf:made	<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818> .
@prefix atom:	<http://atomowl.org/ontologies/atomrdf#> .
<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog>	atom:contains	<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818> ;
	atom:entry	<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818> .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog>	sioc:container_of	<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818> .
@prefix ns4:	<http://rdfs.org/sioc/services#> .
@prefix ns5:	<http://www.openlinksw.com/dataspace/services/weblog/> .
ns5:item	ns4:services_of	<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818> .
<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818>	sioc:has_container	<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog> .
@prefix dt:	<http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms:	<http://purl.org/dc/terms/> .
<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818>	dcterms:created	"2014-09-26T17:02:54.445009-04:00"^^dt:dateTime ;
	foaf:maker	ns1:this .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818>	rdfs:seeAlso	<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818/page/1> ;
	dcterms:modified	"2015-06-10T12:06:15.589027-04:00"^^dt:dateTime ;
	sioc:link	<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818> ;
	sioc:id	"0944319cc55d2046f0e92954bb3b3e91" ;
	sioc:content	"<p>This is an update presenting sample results on a newer platform for a single-server configuration. This is to verify that performance scales with the addition of cores and clock speed. Further, we note that the jump from 100G to 300G changes very little about the score. 3x larger takes approximately 3x longer, as long as things are in memory.</p>\n\n<p>The platform is one node of the <a href=\"http://www.cwi.nl/\" id=\"link-id0x2aac002989b8\">CWI</a> <a href=\"http://scilens.project.cwi.nl/\" id=\"link-id0x2aabe8ca0848\">cluster</a> which was also used for the <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1804\" id=\"link-id0x2aac001ada18\">500Gt RDF experiments reported on this blog</a>. The specification is dual Xeon E5 2650v2 (8 core, 16 thread, 2.6 GHz) with 256 GB RAM. The disk setup is a RAID-0 of three 2 TB rotating disks.</p>\n\n<p>For the 100G, we go from 240 to 395, which is about 1.64x. The new platform has 16 vs 12 cores and a clock of 2.6 as opposed to 2.3. This makes a multiplier of 1.5. The rest of the acceleration is probably attributable to faster memory clock. Anyway, the point of more speed from larger platform is made.</p>\n\n<p>The top level scores per run are as follows; the numerical quantities summaries are appended.</p>\n\n\n<h3>100G</h3>\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;\">\n\n<tr>\n  <th>Run</th>\n  <th>Power</th>\n  <th>Throughput</th>\n  <th>Composite</th>\n</tr>\n<tr>\n  <th>Run 1</th>\n  <td style=\"text-align:right\">391,000.1</td>\n  <td style=\"text-align:right\">401,029.4</td>\n  <td style=\"text-align:right\">395,983.0</td>\n</tr>\n<tr>\n  <th>Run 2</th>\n  <td style=\"text-align:right\">388,746.2</td>\n  <td style=\"text-align:right\">404,189.3</td>\n  <td style=\"text-align:right\">396,392.6</td>\n</tr>\n</table>\n\n\n\n<h3>300G</h3>\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;\">\n<tr>\n  <th>Run</th>\n  <th>Power</th>\n  <th>Throughput</th>\n  <th>Composite </th>\n</tr>\n<tr>\n  <th>Run 1</th>\n  <td style=\"text-align:right\">61,988.7</td>\n  <td style=\"text-align:right\">384,883.7</td>\n  <td style=\"text-align:right\">154,461.6</td>\n</tr>\n<tr>\n  <th>Run 2</th>\n  <td style=\"text-align:right\">423,431.8</td>\n  <td style=\"text-align:right\">387,248.6</td>\n  <td style=\"text-align:right\">404,936.3</td>\n</tr>\n<tr>\n  <th>Run 3</th>\n  <td style=\"text-align:right\">417,672.0</td>\n  <td style=\"text-align:right\">389,719.5</td>\n  <td style=\"text-align:right\">403,453.7</td>\n</tr>\n</table>\n\n\n<p>The interested may reproduce the results using the <a href=\"https://github.com/v7fasttrack/virtuoso-opensource/tree/feature/analytics\" id=\"link-id0x2aabebc12d88\">feature/analytics branch</a> of the <a href=\"https://github.com/v7fasttrack\" id=\"link-id0x2aabe9d1ec68\">v7fasttrack git repository</a> on <a href=\"https://github.com/\" id=\"link-id0x2aabe83bbb28\">GitHub</a> as described in <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1798\" id=\"link-id0x2aabe9a230c8\">Part 13</a>.</p>\n\n<p>For the 300G runs, we note a much longer load time; see below, as this is seriously IO bound.</p>\n\n<p>The first power test at 300G is a non-starter, even though this comes right after bulk load. Still, the data is not in working set and getting it from disk is simply an automatic disqualification, unless maybe one had 300 separate disks. This happens in TPC benchmarks, but not very often in the field. Looking at the first power run, the first queries take the longest, but by the time the power run starts, the working set is there. By an artifact of the metric (use of geometric mean for the power test), long queries are penalized less there than in the throughput run.</p>\n\n<p>So, we run 3 executions instead of the prescribed 2, to have 2 executions from warm state.</p>\n\n<p>To do 300G well in 256 GB of RAM, one needs either to use several SSDs, or to increase compression and keep all in memory, so no secondary storage at all. In order to keep all in memory, one could have stream-compression on string columns. Stream-compressing strings (e.g., <code>o_comment</code>, <code>l_comment</code>) does not pay if one is already in memory, but if stream-compressing strings eliminates going to secondary storage, then the win is sure.</p>\n\n<p>As before, all caveats apply; the results are unaudited and for information only. Therefore we do not use the official metric name.</p>\n\n<h2>100G Run 1</h2>\n\n<h3>Virt-H Executive Summary</h3>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;\">\n<tr>\n  <th style=\"text-align:right\">Report Date</th>\n  <td>September 15, 2014</td>\n</tr>\n\n<tr>\n  <th style=\"text-align:right\">Database Scale Factor</th>\n  <td>100</td>\n</tr>\n\n\n<tr>\n  <th style=\"text-align:right\">Start of Database Load</th>\n  <td>09/15/2014 07:04:08</td>\n</tr>\n<tr>\n  <th style=\"text-align:right\">End of Database Load</th>\n  <td>09/15/2014 07:15:58</td>\n</tr>\n<tr>\n  <th style=\"text-align:right\">Database Load Time</th>\n  <td>0:11:50</td>\n</tr>\n\n<tr>\n  <th style=\"text-align:right\">Query Streams for<br /> Throughput Test</th>\n  <td>5</td>\n</tr>\n\n<tr>\n  <th style=\"text-align:right\">Virt-H Power</th>\n  <td>391,000.1</td>\n</tr>\n<tr>\n  <th style=\"text-align:right\">Virt-H Throughput</th>\n  <td>401,029.4</td>\n</tr>\n<tr>\n  <th style=\"text-align:right\">Virt-H Composite<br /> Query-per-Hour Metric<br /> (Qph@100GB)</th>\n  <td>395,983.0</td>\n</tr>\n\n<tr>\n  <th style=\"text-align:right\">Measurement Interval in<br /> Throughput Test (Ts)</th>\n  <td>98.846000 seconds</td>\n</tr>\n</table>\n\n<h3>Duration of stream execution</h3>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n\n<tr>\n  <th> </th> <th>Start Date/Time</th> <th>End Date/Time</th> <th>Duration</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>09/15/2014 13:13:01</td> <td>09/15/2014 13:13:28</td> <td style=\"text-align:right\">0:00:27</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>09/15/2014 13:13:29</td> <td>09/15/2014 13:15:06</td> <td style=\"text-align:right\">0:01:37</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>09/15/2014 13:13:29</td> <td>09/15/2014 13:15:07</td> <td style=\"text-align:right\">0:01:38</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>09/15/2014 13:13:29</td> <td>09/15/2014 13:15:07</td> <td style=\"text-align:right\">0:01:38</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>09/15/2014 13:13:29</td> <td>09/15/2014 13:15:04</td> <td style=\"text-align:right\">0:01:35</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>09/15/2014 13:13:29</td> <td>09/15/2014 13:15:08</td> <td style=\"text-align:right\">0:01:39</td> </tr>\n<tr>\n  <th>Refresh 0</th> <td>09/15/2014 13:13:01</td> <td>09/15/2014 13:13:03</td> <td style=\"text-align:right\">0:00:02</td> </tr>\n<tr>\n  <th> </th> <td>09/15/2014 13:13:28</td> <td>09/15/2014 13:13:29</td> <td style=\"text-align:right\">0:00:01</td> </tr>\n<tr>\n  <th>Refresh 1</th> <td>09/15/2014 13:14:10</td> <td>09/15/2014 13:14:16</td> <td style=\"text-align:right\">0:00:06</td> </tr>\n<tr>\n  <th>Refresh 2</th> <td>09/15/2014 13:13:29</td> <td>09/15/2014 13:13:42</td> <td style=\"text-align:right\">0:00:13</td> </tr>\n<tr>\n  <th>Refresh 3</th> <td>09/15/2014 13:13:42</td> <td>09/15/2014 13:13:53</td> <td style=\"text-align:right\">0:00:11</td> </tr>\n<tr>\n  <th>Refresh 4</th> <td>09/15/2014 13:13:53</td> <td>09/15/2014 13:14:02</td> <td style=\"text-align:right\">0:00:09</td> </tr>\n<tr>\n  <th>Refresh 5</th> <td>09/15/2014 13:14:02</td> <td>09/15/2014 13:14:10</td> <td style=\"text-align:right\">0:00:08</td> </tr>\n</table>\n\n<h3>Numerical Quantities Summary Timing Intervals in Seconds:</h3>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th>Query</th>\n  <th>Q1</th>\n  <th>Q2</th>\n  <th>Q3</th>\n  <th>Q4</th>\n  <th>Q5</th>\n  <th>Q6</th>\n  <th>Q7</th>\n  <th>Q8</th>\n</tr>\n<tr>\n  <th>Stream 0</th> <td>1.442477</td> <td>0.304513</td> <td>0.720263</td> <td>0.351285</td> <td>0.979414</td> <td>0.479455</td> <td>0.865992</td> <td>0.875236</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>3.938133</td> <td>0.920533</td> <td>3.738724</td> <td>2.769707</td> <td>3.209728</td> <td>1.339146</td> <td>2.759384</td> <td>3.626868</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>4.104738</td> <td>0.952245</td> <td>4.719658</td> <td>0.865586</td> <td>2.139267</td> <td>0.850909</td> <td>2.044402</td> <td>2.600373</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>3.692119</td> <td>1.024876</td> <td>3.430172</td> <td>1.579846</td> <td>4.097845</td> <td>1.859468</td> <td>2.312921</td> <td>6.238070</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>5.419537</td> <td>0.531571</td> <td>2.116176</td> <td>1.256836</td> <td>4.787617</td> <td>2.117995</td> <td>3.517466</td> <td>3.982180</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>5.167029</td> <td>0.746720</td> <td>3.157557</td> <td>1.255182</td> <td>3.004802</td> <td>2.131963</td> <td>3.648316</td> <td>2.835751</td> </tr>\n<tr>\n  <th>Min Qi</th> <td>3.692119</td> <td>0.531571</td> <td>2.116176</td> <td>0.865586</td> <td>2.139267</td> <td>0.850909</td> <td>2.044402</td> <td>2.600373</td> </tr>\n<tr>\n  <th>Max Qi</th> <td>5.419537</td> <td>1.024876</td> <td>4.719658</td> <td>2.769707</td> <td>4.787617</td> <td>2.131963</td> <td>3.648316</td> <td>6.238070</td> </tr>\n<tr>\n  <th>Avg Qi</th> <td>4.464311</td> <td>0.835189</td> <td>3.432457</td> <td>1.545431</td> <td>3.447852</td> <td>1.659896</td> <td>2.856498</td> <td>3.856648</td> </tr>\n</table>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th>Query</th>\n  <th>Q9</th>\n  <th>Q10</th>\n  <th>Q11</th>\n  <th>Q12</th>\n  <th>Q13</th>\n  <th>Q14</th>\n  <th>Q15</th>\n  <th>Q16</th>\n</tr>\n<tr>\n  <th>Stream 0</th> <td>2.606044</td> <td>1.117063</td> <td>1.847930</td> <td>0.618534</td> <td>4.327600</td> <td>1.110908</td> <td>0.995289</td> <td>0.975910</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>7.463593</td> <td>4.686463</td> <td>4.549733</td> <td>4.168129</td> <td>15.759178</td> <td>5.247666</td> <td>4.495030</td> <td>4.075198</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>9.398552</td> <td>5.170904</td> <td>3.934405</td> <td>1.880683</td> <td>19.968787</td> <td>3.767992</td> <td>6.965337</td> <td>3.849845</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>7.581069</td> <td>4.109905</td> <td>4.301159</td> <td>2.123634</td> <td>17.683200</td> <td>5.383603</td> <td>4.376887</td> <td>2.854777</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>9.927887</td> <td>6.913209</td> <td>3.351489</td> <td>2.802724</td> <td>16.985827</td> <td>3.925148</td> <td>4.691474</td> <td>4.080586</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>7.035080</td> <td>3.921425</td> <td>6.844778</td> <td>2.899238</td> <td>14.839509</td> <td>4.986742</td> <td>6.629664</td> <td>4.089547</td> </tr>\n<tr>\n  <th>Min Qi</th> <td>7.035080</td> <td>3.921425</td> <td>3.351489</td> <td>1.880683</td> <td>14.839509</td> <td>3.767992</td> <td>4.376887</td> <td>2.854777</td> </tr>\n<tr>\n  <th>Max Qi</th> <td>9.927887</td> <td>6.913209</td> <td>6.844778</td> <td>4.168129</td> <td>19.968787</td> <td>5.383603</td> <td>6.965337</td> <td>4.089547</td> </tr>\n<tr>\n  <th>Avg Qi</th> <td>8.281236</td> <td>4.960381</td> <td>4.596313</td> <td>2.774882</td> <td>17.047300</td> <td>4.662230</td> <td>5.431678</td> <td>3.789991</td> </tr>\n</table>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th>Query</th>\n  <th>Q17</th>\n  <th>Q18</th>\n  <th>Q19</th>\n  <th>Q20</th>\n  <th>Q21</th>\n  <th>Q22</th>\n  <th>RF1</th>\n  <th>RF2</th>\n</tr>\n<tr>\n  <th>Stream 0</th> <td>1.215956</td> <td>0.745257</td> <td>0.699801</td> <td>1.281834</td> <td>1.291110</td> <td>0.518425</td> <td>1.827192</td> <td>1.014431</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>5.779854</td> <td>2.383264</td> <td>2.396793</td> <td>6.130511</td> <td>5.002700</td> <td>1.968425</td> <td>4.172437</td> <td>2.427047</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>7.828176</td> <td>1.833416</td> <td>3.175649</td> <td>4.785709</td> <td>5.385834</td> <td>1.403290</td> <td>6.383005</td> <td>6.366525</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>5.880139</td> <td>1.797383</td> <td>3.258024</td> <td>5.601364</td> <td>6.373216</td> <td>1.977848</td> <td>5.235542</td> <td>6.385010</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>3.989621</td> <td>1.252891</td> <td>2.478303</td> <td>4.678629</td> <td>3.212176</td> <td>2.740586</td> <td>5.037995</td> <td>3.911379</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>5.030440</td> <td>2.010988</td> <td>4.188428</td> <td>6.221990</td> <td>5.418788</td> <td>2.187718</td> <td>3.589915</td> <td>3.517380</td> </tr>\n<tr>\n  <th>Min Qi</th> <td>3.989621</td> <td>1.252891</td> <td>2.396793</td> <td>4.678629</td> <td>3.212176</td> <td>1.403290</td> <td>3.589915</td> <td>2.427047</td> </tr>\n<tr>\n  <th>Max Qi</th> <td>7.828176</td> <td>2.383264</td> <td>4.188428</td> <td>6.221990</td> <td>6.373216</td> <td>2.740586</td> <td>6.383005</td> <td>6.385010</td> </tr>\n<tr>\n  <th>Avg Qi</th> <td>5.701646</td> <td>1.855588</td> <td>3.099439</td> <td>5.483641</td> <td>5.078543</td> <td>2.055573</td> <td>4.883779</td> <td>4.521468</td> </tr>\n</table>\n\n\n\n\n<h2>100G Run 2</h2>\n\n<h3>Virt-H Executive Summary</h3>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;\">\n<tr>\n  <th style=\"text-align:right\">Report Date</th> <td>September 15, 2014</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Database Scale Factor</th> <td>100</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Total Data Storage/Database Size</th> <td>87,312M</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Start of Database Load</th> <td>09/15/2014 07:04:08</td> </tr>\n<tr>\n  <th style=\"text-align:right\">End of Database Load</th> <td>09/15/2014 07:15:58</td> </tr>\n<tr>\n  <th style=\"text-align:right\">Database Load Time</th> <td>0:11:50</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Query Streams for<br /> Throughput Test</th> <td>5</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Virt-H Power</th> <td>388,746.2</td> </tr>\n<tr>\n  <th style=\"text-align:right\">Virt-H Throughput</th> <td>404,189.3</td> </tr>\n<tr>\n  <th style=\"text-align:right\">Virt-H Composite<br /> Query-per-Hour Metric<br /> (Qph@100GB)</th> <td>396,392.6</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Measurement Interval in<br /> Throughput Test (Ts)</th> <td>98.074000 seconds</td> </tr>\n</table>\n\n<h3>Duration of stream execution:</h3>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th> </th>\n  <th>Start Date/Time</th>\n  <th>End Date/Time</th>\n  <th>Duration</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>09/15/2014 13:15:11</td> <td>09/15/2014 13:15:38</td> <td>0:00:27</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>09/15/2014 13:15:39</td> <td>09/15/2014 13:17:13</td> <td>0:01:34</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>09/15/2014 13:15:39</td> <td>09/15/2014 13:17:16</td> <td>0:01:37</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>09/15/2014 13:15:39</td> <td>09/15/2014 13:17:15</td> <td>0:01:36</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>09/15/2014 13:15:39</td> <td>09/15/2014 13:17:17</td> <td>0:01:38</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>09/15/2014 13:15:39</td> <td>09/15/2014 13:17:15</td> <td>0:01:36</td> </tr>\n<tr>\n  <th>Refresh 0</th> <td>09/15/2014 13:15:11</td> <td>09/15/2014 13:15:12</td> <td>0:00:01</td> </tr>\n<tr>\n  <th> </th> <td>09/15/2014 13:15:38</td> <td>09/15/2014 13:15:39</td> <td>0:00:01</td> </tr>\n<tr>\n  <th>Refresh 1</th> <td>09/15/2014 13:16:13</td> <td>09/15/2014 13:16:20</td> <td>0:00:07</td> </tr>\n<tr>\n  <th>Refresh 2</th> <td>09/15/2014 13:15:39</td> <td>09/15/2014 13:15:47</td> <td>0:00:08</td> </tr>\n<tr>\n  <th>Refresh 3</th> <td>09/15/2014 13:15:47</td> <td>09/15/2014 13:15:56</td> <td>0:00:09</td> </tr>\n<tr>\n  <th>Refresh 4</th> <td>09/15/2014 13:15:56</td> <td>09/15/2014 13:16:03</td> <td>0:00:07</td> </tr>\n<tr>\n  <th>Refresh 5</th> <td>09/15/2014 13:16:03</td> <td>09/15/2014 13:16:12</td> <td>0:00:09</td> </tr>\n</table>\n\n<h3>Numerical Quantities Summary Timing Intervals in Seconds:</h3>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th>Query</th>\n  <th>Q1</th>\n  <th>Q2</th>\n  <th>Q3</th>\n  <th>Q4</th>\n  <th>Q5</th>\n  <th>Q6</th>\n  <th>Q7</th>\n  <th>Q8</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>1.467681</td> <td>0.277665</td> <td>0.766102</td> <td>0.365185</td> <td>0.941206</td> <td>0.549381</td> <td>0.938998</td> <td>0.803514</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>3.883169</td> <td>1.488521</td> <td>3.366920</td> <td>1.627478</td> <td>3.632321</td> <td>2.065565</td> <td>2.911138</td> <td>2.444544</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>3.294589</td> <td>1.138066</td> <td>3.260775</td> <td>1.899615</td> <td>5.367725</td> <td>1.820374</td> <td>3.655119</td> <td>2.186642</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>3.797641</td> <td>0.995877</td> <td>3.239690</td> <td>2.483035</td> <td>2.737690</td> <td>1.505998</td> <td>4.058083</td> <td>4.268644</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>4.099187</td> <td>0.402685</td> <td>4.704959</td> <td>1.469825</td> <td>5.367910</td> <td>2.783018</td> <td>2.706164</td> <td>2.551061</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>3.651273</td> <td>1.598314</td> <td>2.051899</td> <td>1.283754</td> <td>4.711897</td> <td>1.519763</td> <td>2.851300</td> <td>2.484093</td> </tr>\n<tr>\n  <th>Min Qi</th> <td>3.294589</td> <td>0.402685</td> <td>2.051899</td> <td>1.283754</td> <td>2.737690</td> <td>1.505998</td> <td>2.706164</td> <td>2.186642</td> </tr>\n<tr>\n  <th>Max Qi</th> <td>4.099187</td> <td>1.598314</td> <td>4.704959</td> <td>2.483035</td> <td>5.367910</td> <td>2.783018</td> <td>4.058083</td> <td>4.268644</td> </tr>\n<tr>\n  <th>Avg Qi</th> <td>3.745172</td> <td>1.124693</td> <td>3.324849</td> <td>1.752741</td> <td>4.363509</td> <td>1.938944</td> <td>3.236361</td> <td>2.786997</td> </tr>\n</table>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th>Query</th>\n  <th>Q9</th>\n  <th>Q10</th>\n  <th>Q11</th>\n  <th>Q12</th>\n  <th>Q13</th>\n  <th>Q14</th>\n  <th>Q15</th>\n  <th>Q16</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>2.734812</td> <td>1.115539</td> <td>1.679910</td> <td>0.633239</td> <td>4.391739</td> <td>1.130082</td> <td>1.137284</td> <td>0.919646</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>9.271071</td> <td>5.664855</td> <td>3.377869</td> <td>2.148228</td> <td>16.046021</td> <td>2.935643</td> <td>4.897009</td> <td>2.891040</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>10.272523</td> <td>4.578427</td> <td>4.086788</td> <td>2.312762</td> <td>16.295728</td> <td>2.714776</td> <td>6.393897</td> <td>2.414951</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>7.095213</td> <td>4.544636</td> <td>4.073433</td> <td>2.710320</td> <td>18.789088</td> <td>3.903873</td> <td>5.471600</td> <td>2.994184</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>7.567924</td> <td>3.691088</td> <td>3.951049</td> <td>2.207944</td> <td>18.189014</td> <td>4.985841</td> <td>6.568935</td> <td>3.965322</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>8.173577</td> <td>4.959777</td> <td>4.736593</td> <td>3.507469</td> <td>17.106990</td> <td>5.405699</td> <td>7.357104</td> <td>3.125788</td> </tr>\n<tr>\n  <th>Min Qi</th> <td>7.095213</td> <td>3.691088</td> <td>3.377869</td> <td>2.148228</td> <td>16.046021</td> <td>2.714776</td> <td>4.897009</td> <td>2.414951</td> </tr>\n<tr>\n  <th>Max Qi</th> <td>10.272523</td> <td>5.664855</td> <td>4.736593</td> <td>3.507469</td> <td>18.789088</td> <td>5.405699</td> <td>7.357104</td> <td>3.965322</td> </tr>\n<tr>\n  <th>Avg Qi</th> <td>8.476062</td> <td>4.687757</td> <td>4.045146</td> <td>2.577345</td> <td>17.285368</td> <td>3.989166</td> <td>6.137709</td> <td>3.078257</td> </tr>\n</table>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th>Query</th>\n  <th>Q17</th>\n  <th>Q18</th>\n  <th>Q19</th>\n  <th>Q20</th>\n  <th>Q21</th>\n  <th>Q22</th>\n  <th>RF1</th>\n  <th>RF2</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>1.206347</td> <td>0.792013</td> <td>0.699476</td> <td>1.349182</td> <td>1.505387</td> <td>0.543947</td> <td>1.549135</td> <td>0.824344</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>5.135036</td> <td>1.873195</td> <td>4.978155</td> <td>5.988226</td> <td>4.705365</td> <td>1.211049</td> <td>4.175947</td> <td>3.579242</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>7.656125</td> <td>2.229819</td> <td>2.805272</td> <td>6.629781</td> <td>4.138014</td> <td>1.423334</td> <td>5.165700</td> <td>3.197300</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>6.385983</td> <td>2.086301</td> <td>3.450305</td> <td>3.292353</td> <td>5.503905</td> <td>2.302992</td> <td>4.860041</td> <td>3.865383</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>6.514967</td> <td>2.876895</td> <td>3.481100</td> <td>1.629007</td> <td>5.715903</td> <td>2.121692</td> <td>3.681208</td> <td>3.347289</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>4.100205</td> <td>2.400816</td> <td>2.142291</td> <td>4.710677</td> <td>5.765320</td> <td>1.616445</td> <td>6.095817</td> <td>3.007436</td> </tr>\n<tr>\n  <th>Min Qi</th> <td>4.100205</td> <td>1.873195</td> <td>2.142291</td> <td>1.629007</td> <td>4.138014</td> <td>1.211049</td> <td>3.681208</td> <td>3.007436</td> </tr>\n<tr>\n  <th>Max Qi</th> <td>7.656125</td> <td>2.876895</td> <td>4.978155</td> <td>6.629781</td> <td>5.765320</td> <td>2.302992</td> <td>6.095817</td> <td>3.865383</td> </tr>\n<tr>\n  <th>Avg Qi</th> <td>5.958463</td> <td>2.293405</td> <td>3.371425</td> <td>4.450009</td> <td>5.165701</td> <td>1.735102</td> <td>4.795743</td> <td>3.399330</td> </tr>\n</table>\n\n\n\n\n<h2>300G Run 1</h2>\n\n<h3>Virt-H Executive Summary</h3>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;\">\n<tr>\n  <th style=\"text-align:right\">Report Date</th> <td>September 25, 2014</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Database Scale Factor</th> <td>300</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Start of Database Load</th> <td>09/25/2014 16:38:20</td> </tr>\n<tr>\n  <th style=\"text-align:right\">End of Database Load</th> <td>09/25/2014 18:32:06</td> </tr>\n<tr>\n  <th style=\"text-align:right\">Database Load Time</th> <td>1:53:46</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Query Streams for<br /> Throughput Test</th> <td>6</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Virt-H Power</th> <td>61,988.7</td> </tr>\n<tr>\n  <th style=\"text-align:right\">Virt-H Throughput</th> <td>384,883.7</td> </tr>\n<tr>\n  <th style=\"text-align:right\">Virt-H Composite<br /> Query-per-Hour Metric<br /> (Qph@300GB)</th> <td>154,461.6</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Measurement Interval in<br /> Throughput Test (Ts)</th> <td>370.498000 seconds</td> </tr>\n</table>\n\n<h3>Duration of stream execution:</h3>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th> </th>\n  <th>Start Date/Time</th>\n  <th>End Date/Time</th>\n  <th>Duration</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>09/25/2014 19:00:29</td> <td>09/25/2014 19:22:25</td> <td>0:21:56</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>09/25/2014 19:22:27</td> <td>09/25/2014 19:28:23</td> <td>0:05:56</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>09/25/2014 19:22:27</td> <td>09/25/2014 19:28:23</td> <td>0:05:56</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>09/25/2014 19:22:27</td> <td>09/25/2014 19:28:26</td> <td>0:05:59</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>09/25/2014 19:22:27</td> <td>09/25/2014 19:28:13</td> <td>0:05:46</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>09/25/2014 19:22:27</td> <td>09/25/2014 19:28:38</td> <td>0:06:11</td> </tr>\n<tr>\n  <th>Stream 6</th> <td>09/25/2014 19:22:27</td> <td>09/25/2014 19:28:38</td> <td>0:06:11</td> </tr>\n<tr>\n  <th>Refresh 0</th> <td>09/25/2014 19:00:29</td> <td>09/25/2014 19:03:56</td> <td>0:03:27</td> </tr>\n<tr>\n  <th> </th> <td>09/25/2014 19:22:25</td> <td>09/25/2014 19:22:27</td> <td>0:00:02</td> </tr>\n<tr>\n  <th>Refresh 1</th> <td>09/25/2014 19:25:22</td> <td>09/25/2014 19:25:58</td> <td>0:00:36</td> </tr>\n<tr>\n  <th>Refresh 2</th> <td>09/25/2014 19:22:27</td> <td>09/25/2014 19:23:11</td> <td>0:00:44</td> </tr>\n<tr>\n  <th>Refresh 3</th> <td>09/25/2014 19:23:10</td> <td>09/25/2014 19:23:40</td> <td>0:00:30</td> </tr>\n<tr>\n  <th>Refresh 4</th> <td>09/25/2014 19:23:40</td> <td>09/25/2014 19:24:21</td> <td>0:00:41</td> </tr>\n<tr>\n  <th>Refresh 5</th> <td>09/25/2014 19:24:21</td> <td>09/25/2014 19:24:58</td> <td>0:00:37</td> </tr>\n<tr>\n  <th>Refresh 6</th> <td>09/25/2014 19:24:59</td> <td>09/25/2014 19:25:22</td> <td>0:00:23</td> </tr>\n</table>\n\n<h3>Numerical Quantities Summary Timing Intervals in Seconds:</h3>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th>Query</th>\n  <th>Q1</th>\n  <th>Q2</th>\n  <th>Q3</th>\n  <th>Q4</th>\n  <th>Q5</th>\n  <th>Q6</th>\n  <th>Q7</th>\n  <th>Q8</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>183.735463</td> <td>95.826361</td> <td>79.826802</td> <td>87.603164</td> <td>47.099641</td> <td>1.301704</td> <td>2.606488</td> <td>52.667426</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>9.400003</td> <td>1.983777</td> <td>15.839250</td> <td>3.001843</td> <td>15.593335</td> <td>6.067716</td> <td>8.870516</td> <td>11.679706</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>12.634711</td> <td>3.472203</td> <td>13.683075</td> <td>8.057952</td> <td>16.500741</td> <td>5.403771</td> <td>11.181661</td> <td>12.393932</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>10.807287</td> <td>3.793587</td> <td>15.844244</td> <td>3.214977</td> <td>15.960600</td> <td>7.099744</td> <td>10.424530</td> <td>21.001623</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>11.900829</td> <td>3.741707</td> <td>14.219904</td> <td>5.616907</td> <td>16.487144</td> <td>14.229782</td> <td>11.100193</td> <td>8.769539</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>13.933423</td> <td>2.916529</td> <td>19.453452</td> <td>5.258843</td> <td>16.706269</td> <td>7.948711</td> <td>8.982104</td> <td>17.566729</td> </tr>\n<tr>\n  <th>Stream 6</th> <td>17.084445</td> <td>0.738683</td> <td>11.503079</td> <td>8.324812</td> <td>23.483917</td> <td>20.101834</td> <td>9.207737</td> <td>10.311292</td> </tr>\n<tr>\n  <th>Min Qi</th> <td>9.400003</td> <td>0.738683</td> <td>11.503079</td> <td>3.001843</td> <td>15.593335</td> <td>5.403771</td> <td>8.870516</td> <td>8.769539</td> </tr>\n<tr>\n  <th>Max Qi</th> <td>17.084445</td> <td>3.793587</td> <td>19.453452</td> <td>8.324812</td> <td>23.483917</td> <td>20.101834</td> <td>11.181661</td> <td>21.001623</td> </tr>\n<tr>\n  <th>Avg Qi</th> <td>12.626783</td> <td>2.774414</td> <td>15.090501</td> <td>5.579222</td> <td>17.455334</td> <td>10.141926</td> <td>9.961123</td> <td>13.620470</td> </tr>\n</table>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th>Query</th>\n  <th>Q9</th>\n  <th>Q10</th>\n  <th>Q11</th>\n  <th>Q12</th>\n  <th>Q13</th>\n  <th>Q14</th>\n  <th>Q15</th>\n  <th>Q16</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>41.997798</td> <td>2.727870</td> <td>21.651730</td> <td>25.704209</td> <td>293.103984</td> <td>3.171437</td> <td>2.886688</td> <td>5.298823</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>29.662265</td> <td>22.788618</td> <td>12.979253</td> <td>7.121358</td> <td>62.774323</td> <td>22.132581</td> <td>22.616793</td> <td>21.625334</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>28.041750</td> <td>22.481172</td> <td>19.262140</td> <td>5.790272</td> <td>58.105179</td> <td>16.809177</td> <td>32.813330</td> <td>12.692499</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>32.534297</td> <td>15.460256</td> <td>12.038047</td> <td>7.012926</td> <td>59.413740</td> <td>18.540284</td> <td>25.968635</td> <td>16.716208</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>28.759993</td> <td>15.123651</td> <td>21.734471</td> <td>6.920480</td> <td>63.119744</td> <td>12.848884</td> <td>21.372432</td> <td>11.662102</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>18.315308</td> <td>21.781800</td> <td>26.141212</td> <td>8.230858</td> <td>60.985590</td> <td>22.369824</td> <td>27.098660</td> <td>25.283066</td> </tr>\n<tr>\n  <th>Stream 6</th> <td>31.455961</td> <td>27.078707</td> <td>12.954580</td> <td>11.081669</td> <td>72.483462</td> <td>12.376376</td> <td>22.129120</td> <td>11.439147</td> </tr>\n<tr>\n  <th>Min Qi</th> <td>18.315308</td> <td>15.123651</td> <td>12.038047</td> <td>5.790272</td> <td>58.105179</td> <td>12.376376</td> <td>21.372432</td> <td>11.439147</td> </tr>\n<tr>\n  <th>Max Qi</th> <td>32.534297</td> <td>27.078707</td> <td>26.141212</td> <td>11.081669</td> <td>72.483462</td> <td>22.369824</td> <td>32.813330</td> <td>25.283066</td> </tr>\n<tr>\n  <th>Avg Qi</th> <td>28.128262</td> <td>20.785701</td> <td>17.518284</td> <td>7.692927</td> <td>62.813673</td> <td>17.512854</td> <td>25.333162</td> <td>16.569726</td> </tr>\n</table>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th>Query</th>\n  <th>Q17</th>\n  <th>Q18</th>\n  <th>Q19</th>\n  <th>Q20</th>\n  <th>Q21</th>\n  <th>Q22</th>\n  <th>RF1</th>\n  <th>RF2</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>7.793403</td> <td>81.545934</td> <td>41.648484</td> <td>4.638731</td> <td>25.003179</td> <td>0.536267</td> <td>206.980380</td> <td>2.501589</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>27.058060</td> <td>3.894254</td> <td>8.664394</td> <td>25.315007</td> <td>11.921265</td> <td>3.561859</td> <td>22.936601</td> <td>13.235777</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>25.718500</td> <td>6.140657</td> <td>8.856586</td> <td>14.761290</td> <td>11.870351</td> <td>7.728217</td> <td>13.882613</td> <td>29.328859</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>15.896774</td> <td>8.631035</td> <td>15.742406</td> <td>20.621604</td> <td>13.370582</td> <td>5.536313</td> <td>14.677463</td> <td>14.772753</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>22.458327</td> <td>5.319241</td> <td>11.973431</td> <td>22.344017</td> <td>11.534642</td> <td>2.402683</td> <td>24.214115</td> <td>16.236299</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>13.407745</td> <td>5.413278</td> <td>8.800650</td> <td>18.055743</td> <td>17.528827</td> <td>4.173171</td> <td>15.927165</td> <td>21.636801</td> </tr>\n<tr>\n  <th>Stream 6</th> <td>8.069721</td> <td>5.531066</td> <td>13.233927</td> <td>21.321389</td> <td>7.622026</td> <td>12.064182</td> <td>11.457848</td> <td>12.342336</td> </tr>\n<tr>\n  <th>Min Qi</th> <td>8.069721</td> <td>3.894254</td> <td>8.664394</td> <td>14.761290</td> <td>7.622026</td> <td>2.402683</td> <td>11.457848</td> <td>12.342336</td> </tr>\n<tr>\n  <th>Max Qi</th> <td>27.058060</td> <td>8.631035</td> <td>15.742406</td> <td>25.315007</td> <td>17.528827</td> <td>12.064182</td> <td>24.214115</td> <td>29.328859</td> </tr>\n<tr>\n  <th>Avg Qi</th> <td>18.768188</td> <td>5.821588</td> <td>11.211899</td> <td>20.403175</td> <td>12.307949</td> <td>5.911071</td> <td>17.182634</td> <td>17.925471</td> </tr>\n</table>\n\n\n<h2>300G run 2</h2>\n\n<h3>Virt-H Executive Summary</h3>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;\">\n<tr>\n  <th style=\"text-align:right\">Report Date</th> <td>September 25, 2014</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Database Scale Factor</th> <td>300</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Start of Database Load</th> <td>09/25/2014 16:38:20</td> </tr>\n<tr>\n  <th style=\"text-align:right\">End of Database Load</th> <td>09/25/2014 18:32:06</td> </tr>\n<tr>\n  <th style=\"text-align:right\">Database Load Time</th> <td>1:53:46</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Query Streams for<br /> Throughput Test</th> <td>6</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Virt-H Power</th> <td>423,431.8</td> </tr>\n<tr>\n  <th style=\"text-align:right\">Virt-H Throughput</th> <td>387,248.6</td> </tr>\n<tr>\n  <th style=\"text-align:right\">Virt-H Composite<br /> Query-per-Hour Metric<br /> (Qph@300GB)</th> <td>404,936.3</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Measurement Interval in<br /> Throughput Test (Ts)</th> <td>368.236000 seconds</td> </tr>\n</table>\n\n<h3>Duration of stream execution:</h3>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th> </th>\n  <th>Start Date/Time</th>\n  <th>End Date/Time</th>\n  <th>Duration</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>09/25/2014 19:28:42</td> <td>09/25/2014 19:29:58</td> <td>0:01:16</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>09/25/2014 19:30:00</td> <td>09/25/2014 19:36:04</td> <td>0:06:04</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>09/25/2014 19:30:00</td> <td>09/25/2014 19:36:00</td> <td>0:06:00</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>09/25/2014 19:30:00</td> <td>09/25/2014 19:36:06</td> <td>0:06:06</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>09/25/2014 19:30:00</td> <td>09/25/2014 19:36:07</td> <td>0:06:07</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>09/25/2014 19:30:00</td> <td>09/25/2014 19:35:53</td> <td>0:05:53</td> </tr>\n<tr>\n  <th>Stream 6</th> <td>09/25/2014 19:30:00</td> <td>09/25/2014 19:36:08</td> <td>0:06:08</td> </tr>\n<tr>\n  <th>Refresh 0</th> <td>09/25/2014 19:28:41</td> <td>09/25/2014 19:28:46</td> <td>0:00:05</td> </tr>\n<tr>\n  <th> </th> <td>09/25/2014 19:29:58</td> <td>09/25/2014 19:30:00</td> <td>0:00:02</td> </tr>\n<tr>\n  <th>Refresh 1</th> <td>09/25/2014 19:32:23</td> <td>09/25/2014 19:32:55</td> <td>0:00:32</td> </tr>\n<tr>\n  <th>Refresh 2</th> <td>09/25/2014 19:30:00</td> <td>09/25/2014 19:30:31</td> <td>0:00:31</td> </tr>\n<tr>\n  <th>Refresh 3</th> <td>09/25/2014 19:30:31</td> <td>09/25/2014 19:31:00</td> <td>0:00:29</td> </tr>\n<tr>\n  <th>Refresh 4</th> <td>09/25/2014 19:31:01</td> <td>09/25/2014 19:31:23</td> <td>0:00:22</td> </tr>\n<tr>\n  <th>Refresh 5</th> <td>09/25/2014 19:31:23</td> <td>09/25/2014 19:31:54</td> <td>0:00:31</td> </tr>\n<tr>\n  <th>Refresh 6</th> <td>09/25/2014 19:31:55</td> <td>09/25/2014 19:32:23</td> <td>0:00:28</td> </tr>\n</table>\n\n<h3>Numerical Quantities Summary Timing Intervals in Seconds:</h3>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th>Query</th>\n  <th>Q1</th>\n  <th>Q2</th>\n  <th>Q3</th>\n  <th>Q4</th>\n  <th>Q5</th>\n  <th>Q6</th>\n  <th>Q7</th>\n  <th>Q8</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>4.197427</td> <td>1.011516</td> <td>2.535959</td> <td>0.858781</td> <td>2.857279</td> <td>1.293530</td> <td>2.682266</td> <td>2.260502</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>15.467757</td> <td>3.517499</td> <td>13.820864</td> <td>4.157259</td> <td>13.141556</td> <td>10.902710</td> <td>16.899687</td> <td>8.986535</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>15.639991</td> <td>6.026485</td> <td>13.521624</td> <td>3.918031</td> <td>17.336458</td> <td>1.975310</td> <td>9.718194</td> <td>15.165247</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>14.891929</td> <td>4.481383</td> <td>15.322621</td> <td>5.272911</td> <td>15.266543</td> <td>6.771253</td> <td>13.430646</td> <td>20.171084</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>14.560526</td> <td>2.464157</td> <td>11.567112</td> <td>5.526629</td> <td>20.531540</td> <td>5.225971</td> <td>16.288606</td> <td>17.209475</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>10.390577</td> <td>3.549165</td> <td>9.598328</td> <td>8.783847</td> <td>17.351211</td> <td>6.308214</td> <td>12.606512</td> <td>13.035716</td> </tr>\n<tr>\n  <th>Stream 6</th> <td>16.275922</td> <td>4.086475</td> <td>14.109963</td> <td>4.385887</td> <td>10.174709</td> <td>6.703266</td> <td>8.936217</td> <td>16.798526</td> </tr>\n<tr>\n  <th>Min Qi</th> <td>10.390577</td> <td>2.464157</td> <td>9.598328</td> <td>3.918031</td> <td>10.174709</td> <td>1.975310</td> <td>8.936217</td> <td>8.986535</td> </tr>\n<tr>\n  <th>Max Qi</th> <td>16.275922</td> <td>6.026485</td> <td>15.322621</td> <td>8.783847</td> <td>20.531540</td> <td>10.902710</td> <td>16.899687</td> <td>20.171084</td> </tr>\n<tr>\n  <th>Avg Qi</th> <td>14.537784</td> <td>4.020861</td> <td>12.990085</td> <td>5.340761</td> <td>15.633670</td> <td>6.314454</td> <td>12.979977</td> <td>15.227764</td> </tr>\n</table>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th>Query</th>\n  <th>Q9</th>\n  <th>Q10</th>\n  <th>Q11</th>\n  <th>Q12</th>\n  <th>Q13</th>\n  <th>Q14</th>\n  <th>Q15</th>\n  <th>Q16</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>8.300092</td> <td>2.598145</td> <td>5.168418</td> <td>1.619399</td> <td>11.958836</td> <td>3.191672</td> <td>3.097822</td> <td>2.497410</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>26.412829</td> <td>17.354745</td> <td>12.942454</td> <td>8.169447</td> <td>58.600101</td> <td>15.227942</td> <td>32.985324</td> <td>13.914978</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>34.523245</td> <td>17.635531</td> <td>15.193748</td> <td>8.435375</td> <td>62.442800</td> <td>16.276300</td> <td>26.533303</td> <td>12.414575</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>25.334301</td> <td>18.595422</td> <td>11.663933</td> <td>10.029387</td> <td>63.664992</td> <td>20.378320</td> <td>24.760768</td> <td>15.710589</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>36.971957</td> <td>15.645673</td> <td>14.672851</td> <td>13.196301</td> <td>58.214728</td> <td>17.375053</td> <td>26.581101</td> <td>11.624989</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>30.891797</td> <td>12.993365</td> <td>14.089049</td> <td>10.515091</td> <td>65.232712</td> <td>20.807026</td> <td>26.920526</td> <td>11.362095</td> </tr>\n<tr>\n  <th>Stream 6</th> <td>38.143281</td> <td>21.106772</td> <td>15.152299</td> <td>18.845766</td> <td>66.240343</td> <td>12.295624</td> <td>22.510610</td> <td>18.081103</td> </tr>\n<tr>\n  <th>Min Qi</th> <td>25.334301</td> <td>12.993365</td> <td>11.663933</td> <td>8.169447</td> <td>58.214728</td> <td>12.295624</td> <td>22.510610</td> <td>11.362095</td> </tr>\n<tr>\n  <th>Max Qi</th> <td>38.143281</td> <td>21.106772</td> <td>15.193748</td> <td>18.845766</td> <td>66.240343</td> <td>20.807026</td> <td>32.985324</td> <td>18.081103</td> </tr>\n<tr>\n  <th>Avg Qi</th> <td>32.046235</td> <td>17.221918</td> <td>13.952389</td> <td>11.531894</td> <td>62.399279</td> <td>17.060044</td> <td>26.715272</td> <td>13.851388</td> </tr>\n</table>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th>Query</th>\n  <th>Q17</th>\n  <th>Q18</th>\n  <th>Q19</th>\n  <th>Q20</th>\n  <th>Q21</th>\n  <th>Q22</th>\n  <th>RF1</th>\n  <th>RF2</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>4.016212</td> <td>1.603004</td> <td>1.836489</td> <td>3.542383</td> <td>3.901876</td> <td>0.515102</td> <td>4.759612</td> <td>2.358873</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>22.162387</td> <td>10.067834</td> <td>15.772705</td> <td>22.091355</td> <td>12.974776</td> <td>8.354196</td> <td>19.342171</td> <td>12.771250</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>25.647926</td> <td>4.263008</td> <td>11.590737</td> <td>19.179326</td> <td>17.899770</td> <td>4.137031</td> <td>15.720245</td> <td>14.719776</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>14.511279</td> <td>7.484608</td> <td>20.735250</td> <td>13.041037</td> <td>17.139046</td> <td>6.014141</td> <td>16.234122</td> <td>13.454647</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>19.297494</td> <td>10.110707</td> <td>10.907458</td> <td>19.649066</td> <td>15.206251</td> <td>3.423503</td> <td>11.268082</td> <td>11.852223</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>17.445165</td> <td>5.582309</td> <td>15.266324</td> <td>19.788382</td> <td>14.245770</td> <td>2.810949</td> <td>16.601461</td> <td>14.019717</td> </tr>\n<tr>\n  <th>Stream 6</th> <td>25.115339</td> <td>6.896503</td> <td>11.661563</td> <td>21.900028</td> <td>5.520025</td> <td>3.093050</td> <td>15.436258</td> <td>13.353446</td> </tr>\n<tr>\n  <th>Min Qi</th> <td>14.511279</td> <td>4.263008</td> <td>10.907458</td> <td>13.041037</td> <td>5.520025</td> <td>2.810949</td> <td>11.268082</td> <td>11.852223</td> </tr>\n<tr>\n  <th>Max Qi</th> <td>25.647926</td> <td>10.110707</td> <td>20.735250</td> <td>22.091355</td> <td>17.899770</td> <td>8.354196</td> <td>19.342171</td> <td>14.719776</td> </tr>\n<tr>\n  <th>Avg Qi</th> <td>20.696598</td> <td>7.400828</td> <td>14.322339</td> <td>19.274866</td> <td>13.830940</td> <td>4.638812</td> <td>15.767057</td> <td>13.361843</td> </tr>\n</table>\n\n\n\n<h2>300G run 3:</h2>\n\n<h3>Virt-H Executive Summary</h3>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;\">\n<tr>\n  <th style=\"text-align:right\">Report Date</th> <td>September 25, 2014</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Database Scale Factor</th> <td>300</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Total Data Storage/Database Size</th> <td>258,888M</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Start of Database Load</th> <td>09/25/2014 16:38:20</td> </tr>\n<tr>\n  <th style=\"text-align:right\">End of Database Load</th> <td>09/25/2014 18:32:06</td> </tr>\n<tr>\n  <th style=\"text-align:right\">Database Load Time</th> <td>1:53:46</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Query Streams for <br />Throughput Test</th> <td>6</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Virt-H Power</th> <td>417,672.0</td> </tr>\n<tr>\n  <th style=\"text-align:right\">Virt-H Throughput</th> <td>389,719.5</td> </tr>\n<tr>\n  <th style=\"text-align:right\">Virt-H Composite <br />Query-per-Hour Metric <br />(Qph@300GB)</th> <td>403,453.7</td> </tr>\n\n<tr>\n  <th style=\"text-align:right\">Measurement Interval in <br />Throughput Test (Ts)</th> <td>365.902000 seconds</td> </tr>\n</table>\n\n<h3>Duration of stream execution:</h3>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th> </th>\n  <th>Start Date/Time</th>\n  <th>End Date/Time</th>\n  <th>Duration</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>09/25/2014 19:36:11</td> <td>09/25/2014 19:37:29</td> <td>0:01:18</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>09/25/2014 19:37:32</td> <td>09/25/2014 19:43:13</td> <td>0:05:41</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>09/25/2014 19:37:32</td> <td>09/25/2014 19:43:31</td> <td>0:05:59</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>09/25/2014 19:37:32</td> <td>09/25/2014 19:43:37</td> <td>0:06:05</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>09/25/2014 19:37:32</td> <td>09/25/2014 19:43:33</td> <td>0:06:01</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>09/25/2014 19:37:32</td> <td>09/25/2014 19:43:32</td> <td>0:06:00</td> </tr>\n<tr>\n  <th>Stream 6</th> <td>09/25/2014 19:37:32</td> <td>09/25/2014 19:43:37</td> <td>0:06:05</td> </tr>\n<tr>\n  <th>Refresh 0</th> <td>09/25/2014 19:36:12</td> <td>09/25/2014 19:36:16</td> <td>0:00:04</td> </tr>\n<tr>\n  <th> </th> <td>09/25/2014 19:37:29</td> <td>09/25/2014 19:37:31</td> <td>0:00:02</td> </tr>\n<tr>\n  <th>Refresh 1</th> <td>09/25/2014 19:40:02</td> <td>09/25/2014 19:40:33</td> <td>0:00:31</td> </tr>\n<tr>\n  <th>Refresh 2</th> <td>09/25/2014 19:37:31</td> <td>09/25/2014 19:38:01</td> <td>0:00:30</td> </tr>\n<tr>\n  <th>Refresh 3</th> <td>09/25/2014 19:38:01</td> <td>09/25/2014 19:38:30</td> <td>0:00:29</td> </tr>\n<tr>\n  <th>Refresh 4</th> <td>09/25/2014 19:38:30</td> <td>09/25/2014 19:38:58</td> <td>0:00:28</td> </tr>\n<tr>\n  <th>Refresh 5</th> <td>09/25/2014 19:38:58</td> <td>09/25/2014 19:39:27</td> <td>0:00:29</td> </tr>\n<tr>\n  <th>Refresh 6</th> <td>09/25/2014 19:39:27</td> <td>09/25/2014 19:40:01</td> <td>0:00:34</td> </tr>\n</table>\n\n<h3>Numerical Quantities Summary Timing Intervals in Seconds:</h3>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th>Query</th>\n  <th>Q1</th>\n  <th>Q2</th>\n  <th>Q3</th>\n  <th>Q4</th>\n  <th>Q5</th>\n  <th>Q6</th>\n  <th>Q7</th>\n  <th>Q8</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>4.305006</td> <td>1.083442</td> <td>2.502758</td> <td>0.845763</td> <td>2.840824</td> <td>1.346166</td> <td>2.659511</td> <td>2.233550</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>11.513360</td> <td>3.732513</td> <td>14.530428</td> <td>3.819517</td> <td>14.821291</td> <td>7.561547</td> <td>10.435082</td> <td>8.984230</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>13.486433</td> <td>3.373689</td> <td>9.620363</td> <td>3.914320</td> <td>16.857542</td> <td>5.837487</td> <td>10.695443</td> <td>17.901191</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>11.015942</td> <td>1.780220</td> <td>4.830412</td> <td>9.073543</td> <td>15.587709</td> <td>9.661989</td> <td>12.374931</td> <td>15.262485</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>13.600461</td> <td>0.820899</td> <td>12.254226</td> <td>7.799415</td> <td>19.860761</td> <td>13.145017</td> <td>14.404345</td> <td>11.807583</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>13.358000</td> <td>3.885118</td> <td>11.099935</td> <td>4.845043</td> <td>18.286721</td> <td>6.424272</td> <td>9.735255</td> <td>15.041608</td> </tr>\n<tr>\n  <th>Stream 6</th> <td>13.588873</td> <td>3.789631</td> <td>13.503399</td> <td>5.130389</td> <td>13.104065</td> <td>3.517076</td> <td>14.929079</td> <td>19.831639</td> </tr>\n<tr>\n  <th>Min Qi</th> <td>11.015942</td> <td>0.820899</td> <td>4.830412</td> <td>3.819517</td> <td>13.104065</td> <td>3.517076</td> <td>9.735255</td> <td>8.984230</td> </tr>\n<tr>\n  <th>Max Qi</th> <td>13.600461</td> <td>3.885118</td> <td>14.530428</td> <td>9.073543</td> <td>19.860761</td> <td>13.145017</td> <td>14.929079</td> <td>19.831639</td> </tr>\n<tr>\n  <th>Avg Qi</th> <td>12.760511</td> <td>2.897012</td> <td>10.973127</td> <td>5.763705</td> <td>16.419681</td> <td>7.691231</td> <td>12.095689</td> <td>14.804789</td> </tr>\n</table>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right;\">\n<tr>\n  <th>Query</th>\n  <th>Q9</th>\n  <th>Q10</th>\n  <th>Q11</th>\n  <th>Q12</th>\n  <th>Q13</th>\n  <th>Q14</th>\n  <th>Q15</th>\n  <th>Q16</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>8.553183</td> <td>3.215484</td> <td>4.652364</td> <td>1.620089</td> <td>11.936052</td> <td>2.916132</td> <td>3.219969</td> <td>2.374276</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>29.441108</td> <td>20.348266</td> <td>9.994556</td> <td>14.965432</td> <td>60.537168</td> <td>13.302875</td> <td>30.159402</td> <td>10.277570</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>41.799347</td> <td>18.197400</td> <td>16.773638</td> <td>6.510347</td> <td>67.461446</td> <td>20.362328</td> <td>0.109929</td> <td>9.908769</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>24.306937</td> <td>20.555376</td> <td>17.140758</td> <td>16.715188</td> <td>61.724168</td> <td>22.469230</td> <td>27.967206</td> <td>13.434167</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>34.820796</td> <td>11.795664</td> <td>18.015120</td> <td>7.176057</td> <td>63.134711</td> <td>11.427374</td> <td>23.959842</td> <td>16.759246</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>23.139366</td> <td>12.655317</td> <td>13.152401</td> <td>7.258740</td> <td>64.273225</td> <td>22.854106</td> <td>28.803059</td> <td>12.832364</td> </tr>\n<tr>\n  <th>Stream 6</th> <td>27.955059</td> <td>24.633526</td> <td>11.046285</td> <td>5.995041</td> <td>74.965966</td> <td>15.636579</td> <td>22.803890</td> <td>13.221303</td> </tr>\n<tr>\n  <th>Min Qi</th> <td>23.139366</td> <td>11.795664</td> <td>9.994556</td> <td>5.995041</td> <td>60.537168</td> <td>11.427374</td> <td>0.109929</td> <td>9.908769</td> </tr>\n<tr>\n  <th>Max Qi</th> <td>41.799347</td> <td>24.633526</td> <td>18.015120</td> <td>16.715188</td> <td>74.965966</td> <td>22.854106</td> <td>30.159402</td> <td>16.759246</td> </tr>\n<tr>\n  <th>Avg Qi</th> <td>30.243769</td> <td>18.030925</td> <td>14.353793</td> <td>9.770134</td> <td>65.349447</td> <td>17.675415</td> <td>22.300555</td> <td>12.738903</td> </tr>\n</table>\n\n<table style=\"padding:10px;border-spacing:10px;margin-left:auto;margin-right:auto;text-align:right\">\n<tr>\n  <th>Query</th>\n  <th>Q17</th>\n  <th>Q18</th>\n  <th>Q19</th>\n  <th>Q20</th>\n  <th>Q21</th>\n  <th>Q22</th>\n  <th>RF1</th>\n  <th>RF2</th> </tr>\n<tr>\n  <th>Stream 0</th> <td>4.298092</td> <td>1.702071</td> <td>1.894548</td> <td>4.118591</td> <td>3.922889</td> <td>0.491145</td> <td>4.519734</td> <td>2.347913</td> </tr>\n<tr>\n  <th>Stream 1</th> <td>16.432222</td> <td>6.908918</td> <td>17.749058</td> <td>18.756674</td> <td>11.148628</td> <td>5.464975</td> <td>18.300673</td> <td>12.972871</td> </tr>\n<tr>\n  <th>Stream 2</th> <td>20.588544</td> <td>4.387662</td> <td>14.527229</td> <td>23.844364</td> <td>15.500462</td> <td>15.543458</td> <td>13.666574</td> <td>15.240662</td> </tr>\n<tr>\n  <th>Stream 3</th> <td>14.008049</td> <td>6.222633</td> <td>12.833421</td> <td>22.811602</td> <td>16.013232</td> <td>9.449069</td> <td>16.486111</td> <td>12.974515</td> </tr>\n<tr>\n  <th>Stream 4</th> <td>16.964699</td> <td>8.106044</td> <td>11.207675</td> <td>22.483826</td> <td>17.354675</td> <td>4.641183</td> <td>14.583941</td> <td>13.679087</td> </tr>\n<tr>\n  <th>Stream 5</th> <td>25.243144</td> <td>7.359437</td> <td>16.986615</td> <td>19.855391</td> <td>17.183725</td> <td>5.750937</td> <td>14.759597</td> <td>13.052316</td> </tr>\n<tr>\n  <th>Stream 6</th> <td>12.986721</td> <td>10.160993</td> <td>17.496662</td> <td>19.267026</td> <td>17.300224</td> <td>4.955930</td> <td>19.267721</td> <td>15.421241</td> </tr>\n<tr>\n  <th>Min Qi</th> <td>12.986721</td> <td>4.387662</td> <td>11.207675</td> <td>18.756674</td> <td>11.148628</td> <td>4.641183</td> <td>13.666574</td> <td>12.972871</td> </tr>\n<tr>\n  <th>Max Qi</th> <td>25.243144</td> <td>10.160993</td> <td>17.749058</td> <td>23.844364</td> <td>17.354675</td> <td>15.543458</td> <td>19.267721</td> <td>15.421241</td> </tr>\n<tr>\n  <th>Avg Qi</th> <td>17.703896</td> <td>7.190948</td> <td>15.133443</td> <td>21.169814</td> <td>15.750158</td> <td>7.634259</td> <td>16.177436</td> <td>13.890115</td> </tr>\n</table>\n\n\n\n\n<p>To be continued...</p>\n\n<h3>\n<i>In Hoc Signo Vinces</i> (TPC-H) Series</h3>\n<ul>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1739\" id=\"link-id0x2aac349bc698\"> In Hoc Signo Vinces (part 1): Virtuoso meets TPC-H</a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1741\" id=\"link-id0x2aac347508c8\"> In Hoc Signo Vinces (part 2): TPC-H Schema Choices</a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1742\" id=\"link-id0x2aac347b2098\"> In Hoc Signo Vinces (part 3): Benchmark Configuration Settings</a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1744\" id=\"link-id0x2aac34f71318\"> In Hoc Signo Vinces (part 4): Bulk Load and Refresh</a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1747\" id=\"link-id0x2aac346fa748\"> In Hoc Signo Vinces (part 5): The Return of SQL Federation</a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1753\" id=\"link-id0x2aac349de568\"> In Hoc Signo Vinces (part 6): TPC-H Q1 and Q3: An Introduction to Query Plans</a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1755\" id=\"link-id0x2aac34725b28\"> In Hoc Signo Vinces (part 7): TPC-H Q13: The Good and the Bad Plans</a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1756\" id=\"link-id0x2aac36adde48\"> In Hoc Signo Vinces (part 8): TPC-H: INs, Expressions, ORs</a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1779\" id=\"link-id0x2aac34a7e368\"> In Hoc Signo Vinces (part 9): TPC-H Q18, Ordered Aggregation, and Top K</a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1789\" id=\"link-id0x2aac348581b8\"> In Hoc Signo Vinces (part 10): TPC-H Q9, Q17, Q20 - Predicate Games </a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1793\" id=\"link-id0x2aac344340c8\"> In Hoc Signo Vinces (part 11): TPC-H Q2, Q10 - Late Projection </a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1796\" id=\"link-id0x2aac34ee7058\"> In Hoc Signo Vinces (part 12): TPC-H: Result Preview </a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1798\" id=\"link-id0x2aac34d388b8\"> In Hoc Signo Vinces (part 13): Virtuoso TPC-H Kit Now on V7 Fast Track </a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1800\" id=\"link-id0x2aac344da368\"> In Hoc Signo Vinces (part 14): Virtuoso TPC-H Implementation Analysis </a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1802\" id=\"link-id0x2aac344da368\"> In Hoc Signo Vinces (part 15): TPC-H and the Science of Hash </a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1816\" id=\"link-id0x69cacf8\"> In Hoc Signo Vinces (part 16): Introduction to Scale-Out </a>\n</li>\n<li>\nIn Hoc Signo Vinces (part 17): 100G and 300G Runs on Dual Xeon E5 2650v2<i> (this post)</i>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1819\" id=\"link-id0x2aabeaafeba8\"> In Hoc Signo Vinces (part 18): Cluster Dynamics </a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1822\" id=\"link-id0x2aac68efcef8\"> In Hoc Signo Vinces (part 19): Scalability, 1000G, and 3000G </a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1824\" id=\"link-id0x2aab74c90428\"> In Hoc Signo Vinces (part 20): 100G and 1000G With Cluster; When is Cluster Worthwhile; Effects of I/O </a>\n</li>\n<li>\n  <a href=\"http://www.openlinksw.com/weblog/oerling/?id=1845\"> In Hoc Signo Vinces (part 21): Running TPC-H on Virtuoso Cluster on Amazon EC2 </a>\n</li>\n</ul>\n" .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818>	dc:title	"In Hoc Signo Vinces (part 17 of n): 100G and 300G Runs on Dual Xeon E5 2650v2" .
@prefix opl:	<http://www.openlinksw.com/schema/attribution#> .
<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818>	opl:isDescribedUsing	<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818/sioc.rdf> ;
	atom:source	<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog> ;
	atom:updated	"2015-06-10T16:06:15Z" ;
	atom:title	"In Hoc Signo Vinces (part 17 of n): 100G and 300G Runs on Dual Xeon E5 2650v2" ;
	sioc:links_to	<http://www.openlinksw.com/weblog/oerling/?id=1819> ,
		<http://www.cwi.nl/> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1793> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1845> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1822> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1800> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1753> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1802> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1741> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1744> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1816> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1798> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1739> .
@prefix ns11:	<https://github.com/> .
<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818>	sioc:links_to	ns11:v7fasttrack .
@prefix ns12:	<https://github.com/v7fasttrack/virtuoso-opensource/tree/feature/> .
<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818>	sioc:links_to	ns12:analytics ,
		<http://www.openlinksw.com/weblog/oerling/?id=1756> ,
		ns11: ,
		<http://www.openlinksw.com/weblog/oerling/?id=1755> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1779> ,
		<http://scilens.project.cwi.nl/> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1789> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1747> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1824> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1804> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1742> ,
		<http://www.openlinksw.com/weblog/oerling/?id=1796> ;
	atom:author	ns1:this ;
	rdfs:label	"In Hoc Signo Vinces (part 17 of n): 100G and 300G Runs on Dual Xeon E5 2650v2" ;
	atom:published	"2014-09-26T21:02:54Z" ;
	ns4:has_services	ns5:item .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818>	rdf:type	schema:BlogPosting ,
		atom:Entry .
@prefix sioct:	<http://rdfs.org/sioc/types#> .
<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818>	rdf:type	sioct:BlogPost .
<http://www.openlinksw.com/dataspace/oerling/weblog/Orri%20Erling%27s%20Blog/1818/page/1>	rdfs:label	"page 1" .