Structs§
Functions§
- analyze_
heap - diagnose
- dump_
await_ tree - dump_
await_ tree_ all - dump_
await_ 🔒tree_ inner - err
- get_
fragment_ to_ relation_ map - In the ddl backpressure graph, we want to compute the backpressure between relations.
So we need to know which are the fragments which are connected to external relations.
These fragments form the vertices of the graph.
We can get collection of backpressure values, keyed by vertex_id-vertex_id.
This function will return a map of fragment vertex id to relation id.
We can convert
fragment_id-fragment_id
torelation_id-relation_id
using that. Finally, we have a map ofrelation_id-relation_id
to backpressure values. - get_
relation_ id_ infos - Provides a hierarchy of relation ids to fragments to actors.
- get_
streaming_ stats - NOTE(kwannoel): Although we fetch the BP for the entire graph via this API,
the workload should be reasonable.
In most cases, we can safely assume each node has most 2 outgoing edges (e.g. join).
In such a scenario, the number of edges is linear to the number of nodes.
So the workload is proportional to the relation id graph we fetch in
get_relation_id_infos
. - get_
version - heap_
profile - list_
clusters - list_
databases - list_
fragments_ by_ job_ id - list_
heap_ profile - list_
indexes - list_
internal_ tables - list_
materialized_ views - list_
object_ dependencies - list_
schemas - list_
sinks - list_
sources - list_
streaming_ jobs - list_
subscription - list_
table_ 🔒catalogs_ inner - list_
tables - list_
users - list_
views