Skip to content

Commit

Permalink
docs: recommend MM or K8s instead of indexer svc
Browse files Browse the repository at this point in the history
  • Loading branch information
317brian committed Aug 20, 2024
1 parent 2bd3160 commit 0e10af5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/design/indexer.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ sidebar_label: "Indexer"
-->

:::info
The Indexer is an optional and [experimental](../development/experimental.md) feature.
Its memory management system is still under development and will be significantly enhanced in later releases.
Instead of the Indexer service, we recommend you use either the MiddleManager and Peon task execution system or [MiddleManager-less ingestion by using Kubernetes](../development/extensions-contrib/k8s-jobs.md).
:::

The Apache Druid Indexer service is an alternative to the MiddleManager + Peon task execution system. Instead of forking a separate JVM process per-task, the Indexer runs tasks as separate threads within a single JVM process.
Expand Down

0 comments on commit 0e10af5

Please sign in to comment.