prestodb/presto

[docs] move Cache/Alluxio into Connectors/Hive doc

Open

#21,511 opened on Dec 11, 2023

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Java (5,240 forks)batch import
docsfeature requestgood first issue

Repository metrics

Stars
 (15,558 stars)
PR merge metrics
 (Avg merge 34d 14h) (120 merged PRs in 30d)

Description

Because caching is connector-specific, the Presto documentation should include caching docs in the appropriate connector documentation. Recommend moving the content in Cache into or underneath Hive Connector docs.

Expected Behavior or Use Case

Caching documentation should be located where it is most valuable. Because caching is connector-specific, this should be in the Connectors part of presto-docs.

Presto Component, Service, or Connector

Presto documentation.

Possible Implementation

Instead of moving the content into the single Hive Connector page, perhaps create a new page "Hive Cache" in /connectors and add it to Connectors, directly under Hive Security Configuration.

Example Screenshots (if appropriate):

Context

Improving the Presto docs architecture by moving content to where it is relevant.

Contributor guide