Hi everyone, I am working on Starrocks Routine Loa...
# questions-and-troubleshooting
a
Hi everyone, I am working on Starrocks Routine Load to ingest the data from Kafka to Starrocks duplicate table, shared-data architecture. Is there any Starrocks metrics we can use to monitor how many segments file or Rowsets which the routine load creates? Thanks
đź‘€ 1
k
so such metrics for now. you can take a look at the compaction score reported by BE to FE, which could be somehow reflect the maximum rowsets/segments among all the tablets on a BE node.
gratitude thank you 1