You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by sp...@apache.org on 2017/03/27 13:09:27 UTC

incubator-quickstep-site git commit: Added release notes for 0.1.0

Repository: incubator-quickstep-site
Updated Branches:
  refs/heads/asf-site cd81badbf -> a205a7122


Added release notes for 0.1.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/commit/a205a712
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/tree/a205a712
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/diff/a205a712

Branch: refs/heads/asf-site
Commit: a205a7122922dd7953fdb95a40fee82d50a906b5
Parents: cd81bad
Author: cramja <ma...@gmail.com>
Authored: Mon Mar 27 08:09:16 2017 -0500
Committer: cramja <ma...@gmail.com>
Committed: Mon Mar 27 08:09:16 2017 -0500

----------------------------------------------------------------------
 content/feed.xml           |  2 +-
 content/release/index.html | 17 ++++++++++++++++-
 releases.md                | 14 ++++++++++++--
 3 files changed, 29 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/a205a712/content/feed.xml
----------------------------------------------------------------------
diff --git a/content/feed.xml b/content/feed.xml
index 7a97d35..a22cde9 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xml" href="http://localhost:4000/feed.xslt.xml"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.3.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2017-03-25T09:38:35-05:00</updated><id>http://localhost:4000//</id><title type="html">Apache Quickstep (Incubating)</title><subtitle>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
+<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xml" href="http://localhost:4000/feed.xslt.xml"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.3.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2017-03-27T08:08:23-05:00</updated><id>http://localhost:4000//</id><title type="html">Apache Quickstep (Incubating)</title><subtitle>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
 </subtitle><entry><title type="html">Your First Query</title><link href="http://localhost:4000/guides/2016/12/10/FirstQuery.html" rel="alternate" type="text/html" title="Your First Query" /><published>2016-12-10T12:29:09-06:00</published><updated>2016-12-10T12:29:09-06:00</updated><id>http://localhost:4000/guides/2016/12/10/FirstQuery</id><content type="html" xml:base="http://localhost:4000/guides/2016/12/10/FirstQuery.html">&lt;p&gt;For this tutorial, I\u2019m going to assume you\u2019re running in a unix environment. If you\u2019re having trouble building on Windows, try asking the dev community (&lt;a href=&quot;mailto:dev@quickstep.incubating.apache.org&quot;&gt;dev@quickstep.incubating.apache.org&lt;/a&gt;). You can also find a complete guide &lt;a href=&quot;https://github.com/cramja/incubator-quickstep/blob/master/BUILDING.md&quot;&gt;here in our documentation&lt;/a&gt;.&lt;/p&gt;
 
 &lt;p&gt;If you\u2019re going to build Quickstep, you\u2019ll first need to clone it from Github and initialize the submodules&lt;/p&gt;

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/a205a712/content/release/index.html
----------------------------------------------------------------------
diff --git a/content/release/index.html b/content/release/index.html
index ed91edf..b25119a 100644
--- a/content/release/index.html
+++ b/content/release/index.html
@@ -74,7 +74,22 @@
   </header>
 
   <div class="post-content">
-    <h1 id="010">0.1.0</h1>
+    <h2 id="010">0.1.0</h2>
+
+<h3 id="major-changes">Major Changes</h3>
+<ul>
+  <li><strong>Initial Release</strong></li>
+  <li>Runs SSB and TPC-H benchmarks</li>
+  <li>Storage type selection</li>
+  <li>Recent Performance enhancements
+    <ul>
+      <li>LIP Filters improve join performance</li>
+      <li>3 Parallel GroupBy implementations</li>
+    </ul>
+  </li>
+</ul>
+
+<h3 id="artifacts">Artifacts</h3>
 <ul>
   <li><a href="https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz">apache-quickstep-incubating-0.1.0.tar.gz</a></li>
   <li><a href="https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.asc">apache-quickstep-incubating-0.1.0.tar.gz.asc</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/a205a712/releases.md
----------------------------------------------------------------------
diff --git a/releases.md b/releases.md
index 2d20ec5..6b9c593 100644
--- a/releases.md
+++ b/releases.md
@@ -12,9 +12,19 @@ updater: Marc
 #
 ---
 
-# 0.1.0
+## 0.1.0
+
+### Major Changes
+* **Initial Release**
+* Runs SSB and TPC-H benchmarks
+* Storage type selection
+* Recent Performance enhancements
+  * LIP Filters improve join performance
+  * 3 Parallel GroupBy implementations
+
+### Artifacts
 * [apache-quickstep-incubating-0.1.0.tar.gz](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz)
 * [apache-quickstep-incubating-0.1.0.tar.gz.asc](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.asc)
 * [apache-quickstep-incubating-0.1.0.tar.gz.md5](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.md5)
 * [apache-quickstep-incubating-0.1.0.tar.gz.sha256](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.sha256)
-* [apache-quickstep-incubating-0.1.0.tar.gz.sha512](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.sha512)
+* [apache-quickstep-incubating-0.1.0.tar.gz.sha512](https://dist.apache.org/repos/dist/release/incubator/quickstep/0.1.0/apache-quickstep-incubating-0.1.0.tar.gz.sha512)
\ No newline at end of file