Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 893 Bytes

metering-configure-hive-metastore.adoc

File metadata and controls

17 lines (11 loc) · 893 Bytes

Configuring the Hive metastore

Hive metastore is responsible for storing all the metadata about the database tables created in Presto and Hive. By default, the metastore stores this information in a local embedded Derby database in a persistent volume attached to the pod.

Generally, the default configuration of the Hive metastore works for small clusters, but users may wish to improve performance or move storage requirements out of cluster by using a dedicated SQL database for storing the Hive metastore data.