REFRESH DATABASE

Description

  1. This statement is used to synchronize the remote Iceberg database and will delete and rebuild the Iceberg tables under the current Doris database, leaving the non-Iceberg tables unaffected.
  2. Syntax:
  3. REFRESH DATABASE db_name;
  4. Instructions.
  5. 1) Valid only for the Iceberg database mounted in Doris.

Example

  1. 1) Refresh the database iceberg_test_db
  2. REFRESH DATABASE iceberg_test_db;

keyword

  1. REFRESH,DATABASE