Add views for getting cumulative IC stats#1822
Conversation
Any possibility will we cherry pick the commits from the main branch? |
I've cherry-picked the commit from this REL_2 branch into the main branch. Everything looks correct and aligned with the changes from #1772. After this cherry-pick, I'll add the required fixes as well |
Smyatkin-Maxim
left a comment
There was a problem hiding this comment.
Just a small fix - force public schema. Otherwise I'm fine
494fed8 to
423066f
Compare
423066f to
f87dbfa
Compare
|
Hi @MutableFire we need some more fixes to support |
f87dbfa to
0cbe920
Compare
0cbe920 to
2b87a2d
Compare
360e2ad to
6707e7a
Compare
Done. |
Cool! All tests passed. Let me merge it. |
gp_interconnect_stats— aggregated statistics across all segments;gp_interconnect_stats_per_segment— statistics grouped by segment;gp_interconnect_stats_per_segment_per_host— statistics grouped by host and segment.Based on the implementation from OpenGPDB (open-gpdb/gpdb#109).