Skip to content
Draft

test #3549

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/lakehouse/catalog-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ REFRESH TABLE catalog_name.db_name.table_name;

Doris also supports disabling metadata caching to enable real-time access to the latest metadata.


- Before Doris 4.1.x: please refer to [Metadata Cache](./meta-cache.md).
- Doris 4.1.x and later: please refer to the "Metadata Cache" section in each Catalog documentation.
- [Hive Catalog](./catalogs/hive-catalog.mdx#meta-cache)
Expand Down
Loading