add soft release notes
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/2c75f6d5 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/2c75f6d5 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/2c75f6d5 Branch: refs/heads/gh-pages Commit: 2c75f6d509395e579c68923c116e7989dd0df36a Parents: 64910ec Author: Kristine Hahn <[email protected]> Authored: Sun May 17 11:24:25 2015 -0700 Committer: Kristine Hahn <[email protected]> Committed: Sun May 17 11:24:25 2015 -0700 ---------------------------------------------------------------------- _docs/getting-started/010-drill-introduction.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/2c75f6d5/_docs/getting-started/010-drill-introduction.md ---------------------------------------------------------------------- diff --git a/_docs/getting-started/010-drill-introduction.md b/_docs/getting-started/010-drill-introduction.md index 2c3c1c4..0586738 100644 --- a/_docs/getting-started/010-drill-introduction.md +++ b/_docs/getting-started/010-drill-introduction.md @@ -7,8 +7,17 @@ Drill is designed from the ground up to support high-performance analysis on the semi-structured and rapidly evolving data coming from modern Big Data applications, while still providing the familiarity and ecosystem of ANSI SQL, the industry-standard query language. Drill provides plug-and-play integration -with existing Apache Hive and Apache HBase deployments. Apache Drill offers -the following key features: +with existing Apache Hive and Apache HBase deployments. + +Apache Drill 1.0 offers the following new features: + +* Many performance planning and execution improvements, including a new text reader for faster join planning that complies with RFC 4180. +* Updated [Drill shell]({{site.baseurl}}/docs/configuring-the-drill-shell/#examples-of-configuring-the-drill-shell) and now formats query results having fewer than 70 characters in a column. +* [Query audit logging]({{site.baseurl}}/docs/getting-query-information/) for getting the query history on a Drillbit. +* Improved connection handling. +* New Errors tab in the Query Profiles UI that facilitates troubleshooting and distributed storing of profiles. + +Key features of Apache Drill are: * Low-latency SQL queries * Dynamic queries on self-describing data in files (such as JSON, Parquet, text) and MapR-DB/HBase tables, without requiring metadata definitions in the Hive metastore.
