Skip to content

Commit

Permalink
docs: remove experimental note from query from deep storage docs (apa…
Browse files Browse the repository at this point in the history
…che#15132) (apache#15157)

Co-authored-by: 317brian <[email protected]>
  • Loading branch information
LakshSingla and 317brian authored Oct 16, 2023
1 parent 39b836c commit 7f33ebc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions docs/api-reference/sql-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,6 @@ The following table shows examples of how Druid returns the column names and dat

## Query from deep storage

> Query from deep storage is an [experimental feature](../development/experimental.md).
You can use the `sql/statements` endpoint to query segments that exist only in deep storage and are not loaded onto your Historical processes as determined by your load rules.

Note that at least one segment of a datasource must be available on a Historical process so that the Broker can plan your query. A quick way to check if this is true is whether or not a datasource is visible in the Druid console.
Expand Down
2 changes: 0 additions & 2 deletions docs/querying/query-from-deep-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ title: "Query from deep storage"
~ under the License.
-->

> Query from deep storage is an [experimental feature](../development/experimental.md).
Druid can query segments that are only stored in deep storage. Running a query from deep storage is slower than running queries from segments that are loaded on Historical processes, but it's a great tool for data that you either access infrequently or where the low latency results that typical Druid queries provide is not necessary. Queries from deep storage can increase the surface area of data available to query without requiring you to scale your Historical processes to accommodate more segments.

## Keep segments in deep storage only
Expand Down
3 changes: 0 additions & 3 deletions docs/tutorials/tutorial-query-deep-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ sidebar_label: "Query from deep storage"
~ under the License.
-->


> Query from deep storage is an [experimental feature](../development/experimental.md).
Query from deep storage allows you to query segments that are stored only in deep storage, which provides lower costs than if you were to load everything onto Historical processes. The tradeoff is that queries from deep storage may take longer to complete.

This tutorial walks you through loading example data, configuring load rules so that not all the segments get loaded onto Historical processes, and querying data from deep storage.
Expand Down

0 comments on commit 7f33ebc

Please sign in to comment.