Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions docs/development/experimental-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,14 @@ The following features are marked [experimental](./experimental.md) in the Druid

This document includes each page that mentions an experimental feature. To graduate a feature, remove all mentions of its experimental status on all relevant pages.

Note that this document does not track the status of contrib extensions, some of which are experimental.
Note that this document does not track the status of contrib extensions, all of which are considered experimental.

## SQL-based ingestion

- [SQL-based ingestion](../multi-stage-query/index.md)
- [SQL-based ingestion concepts](../multi-stage-query/concepts.md)
- [SQL-based ingestion and multi-stage query task API](../multi-stage-query/api.md)

## Nested columns

- [Nested columns](../querying/nested-columns.md)

## Indexer process

- [Indexer process](../design/indexer.md)
Expand All @@ -53,10 +49,6 @@ Note that this document does not track the status of contrib extensions, some of
- [Task reference](../ingestion/tasks.md#locking)
- [Design](../design/architecture.md#availability-and-consistency)

## Moments sketch

- [Aggregations](../querying/aggregations.md#moments-sketch-experimental)

## Front coding

- [Ingestion spec reference](../ingestion/ingestion-spec.md#front-coding)
Expand Down