Skip to content

Commit

Permalink
[Doc]Update deltalake_catalog.md (#45684)
Browse files Browse the repository at this point in the history
Signed-off-by: simo <[email protected]>
Signed-off-by: evelyn.zhaojie <[email protected]>
Co-authored-by: evelyn.zhaojie <[email protected]>
(cherry picked from commit 5e45cef)

# Conflicts:
#	docs/en/data_source/catalog/deltalake_catalog.md
  • Loading branch information
wangsimo0 authored and mergify[bot] committed May 23, 2024
1 parent bfdb05d commit fd35769
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/en/data_source/catalog/deltalake_catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ Suppose you have an OLAP table named `olap_tbl`, you can transform and load data
```SQL
INSERT INTO default_catalog.olap_db.olap_tbl SELECT * FROM deltalake_table
```
<<<<<<< HEAD

## Manually or automatically update metadata cache

Expand Down Expand Up @@ -544,3 +545,5 @@ Then StarRocks updates or discards the metadata in compliance with the following
- If another query hits `p1` again and the current time from the last update is more than 2 hours, StarRocks updates the cached metadata of `p1`.
- If `p1` has not been accessed within 24 hours from the last update, StarRocks discards the cached metadata of `p1`. The metadata will be cached at the next query.
- If `p1` has not been accessed within 36 hours from the last update, StarRocks discards the cached metadata of the underlying data files of `p1`. The metadata will be cached at the next query.
=======
>>>>>>> 5e45cefcb0 ([Doc]Update deltalake_catalog.md (#45684))

0 comments on commit fd35769

Please sign in to comment.