asdf2014 / druid-helm

Helm Chart for Apache Druid
https://druid.apache.org
10 stars 8 forks source link

Enable tiering of historical through helm chart #50

Closed Subhashini2610 closed 3 months ago

Subhashini2610 commented 3 months ago

Enable tiered historical through helm chart

Tiered historical service contributes greatly to the performance of Druid and query latency. This patch provides easy tiering of historical during k8s deployment directly from the values file of the helm chart.

This has been tested on k8s cluster with two tiers, namely hot and default and the results are satisfying.

Screenshot 2024-05-20 at 6 13 22 PM
Subhashini2610 commented 3 months ago

Hi @asdf2014 Is there anything else I need to do with respect to the coding guidelines. Please help.