Skip to content

Commit

Permalink
Add docs for Hive metadata caching config
Browse files Browse the repository at this point in the history
  • Loading branch information
colebow committed May 10, 2024
1 parent d3e43b3 commit e11fb1b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/main/sphinx/object-storage/metastores.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ are also available. They are discussed later in this topic.
- Enable caching for partition metadata. You can disable caching to avoid
inconsistent behavior that results from it.
- `true`
* - `hive.metastore-cache.cache-missing`
- Enable caching that a table is missing to prevent future metastore calls for
that table.
- `true`
* - `hive.metastore-cache.cache-missing-partitions`
- Enable caching that a partition is missing to prevent future metastore calls
for that partition.
- `false`
* - `hive.metastore-cache.cache-missing-stats`
- Enable metadata caching that a table does not have table statistics.
- `false`
* - `hive.metastore-cache-ttl`
- Duration of how long cached metastore data is considered valid.
- `0s`
Expand Down

0 comments on commit e11fb1b

Please sign in to comment.