paul-rogers commented on a change in pull request #2030: Update docs for
Metastore to point that all format plugins are supported
URL: https://github.com/apache/drill/pull/2030#discussion_r394548649
##########
File path:
_docs/performance-tuning/drill-metastore/010-using-drill-metastore.md
##########
@@ -1,14 +1,16 @@
---
title: "Using Drill Metastore"
parent: "Drill Metastore"
-date: 2020-03-03
+date: 2020-03-17
---
Drill 1.17 introduces the Drill Metastore which stores the table schema and
table statistics. Statistics allow Drill to better create optimal query plans.
The Metastore is a Beta feature; it is subject to change. We encourage you to
try it and provide feedback.
Because the Metastore is in Beta, the SQL commands and Metastore formats may
change in the next release.
-{% include startnote.html %}In Drill 1.17, this feature is supported for
Parquet tables only and is disabled by default.{% include endnote.html %}
+{% include startnote.html %}In Drill 1.17, this feature is supported for
Parquet tables only and is disabled by default.
+Starting from Drill 1.18, this feature is supported for all **format** plugins
except for MaprDB.
+{% include endnote.html %}
Review comment:
The Metastore is a beta feature and is subject to change. In particular, the
SQL commands and Metastore format may change based on your experience and
feedback.
* In Drill 1.17, Metastore supports only tables in Parquet format. The
feature is disabled by default.
* In Drill 1.18, Metastore supports all format plugins (except MaprDB) for
the file system plugin. The feature is still disabled by default.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services