druid/docs/content/development/experimental.md
Gian Merlino 727b65c7e5 Remove SQL experimental banner and other doc adjustments. (#7591)
* Remove SQL experimental banner and other doc adjustments.

Also,

- Adjust the ToC and other docs a bit so SQL and native queries are
  presented on more equal footing.
- De-emphasize querying historicals and peons directly in the
  native query docs. This is a really niche thing and may have been
  confusing to include prominently in the very first paragraph.
- Remove DataSketches and Kafka indexing service from the experimental
  features ToC. They are not experimental any longer and were there in
  error.

* More notes.

* Slight tweak.

* Remove extra extra word.

* Remove RT node from ToC.
2019-05-06 12:31:51 -07:00

1.5 KiB

layout title
doc_page Experimental Features

Experimental Features

Features often start out in "experimental" status that indicates they are still evolving. This can mean any of the following things:

  1. The feature's API may change even in minor releases or patch releases.
  2. The feature may have known "missing" pieces that will be added later.
  3. The feature may or may not have received full battle-testing in production environments.

All experimental features are optional.

Note that not all of these points apply to every experimental feature. Some have been battle-tested in terms of implementation, but are still marked experimental due to an evolving API. Please check the documentation for each feature for full details.