SHOW-REPOSITORIES
所有文档
menu
没有找到结果,请重新输入

PALO

SHOW-REPOSITORIES

SHOW REPOSITORIES

Description

该语句用于查看当前已创建的仓库。

SHOW REPOSITORIES;

返回结果说明:

    RepoId: 385148
  RepoName: bos_repo
CreateTime: 2020-09-28 19:46:00
IsReadOnly: false
  Location: bos://my_bucket/doris_backup
    Broker: bos
    ErrMsg: NULL
  • RepoId:每个仓库唯一ID。
  • RepoName:仓库名称。
  • CreateTime:第一次创建该仓库的时间。
  • IsReadOnly:是否为只读仓库。
  • Location:仓库中用于备份数据的根目录。
  • Broker:依赖的 Broker 服务名称。
  • ErrMsg:Doris 会定期检查仓库的连通性,如果出现问题,这里会显示错误信息。

Example

  1. 查看已创建的仓库:

    SHOW REPOSITORIES;

Keywords

SHOW, REPOSITORY, REPOSITORIES
SHOW-ROUTINE-LOAD-TASKSHOW-LOAD