SR查询hive外表很慢

【StarRocks版本】3.2,1fe,3be,
profile如下:
profile.txt (26.4 KB)

从中没看到:

  • BlockCacheReadBytes :从内存和磁盘中读取的数据量。
  • BlockCacheWriteBytes :从外部存储系统加载到内存和磁盘的数据量。
  • BytesRead :总共读取的数据量,包括从内存、磁盘以及外部存储读取的数据量。
    不知道怎么才能看到?

你这个analyze profile 这个地方没有展现出来。analyze profile只是展示某些指标。

详细profile可以从FE UI上找到

FE UI,开源的也能看到吗?

可以,fe.conf有个http_port.

跑query的时候设置 set enable_profile=true ,profile信息就会记录到fe http server上

profile.txt (133.5 KB)
从中没看到:

  • BlockCacheReadBytes :从内存和磁盘中读取的数据量。
  • BlockCacheWriteBytes :从外部存储系统加载到内存和磁盘的数据量。
  • BytesRead :总共读取的数据量,包括从内存、磁盘以及外部存储读取的数据量。
    不知道怎么才能看到?

be的配置:


fe的配置:

profile.txt.bak (134.0 KB)
这个查询15s

profile.txt.bak (30.6 KB)
这个查询limit1,25秒