关于profile无法查看

hi~,当前使用社区版1.19.3,是否支持将历史查询sql的profile存储到磁盘上。
当前碰到的问题是,我在fe.audit.log中,发现一个慢sql,我获取到这条慢sql的QueryId,然后通过

curl -XGET “http:fe_ip:port/query_profile?query_id=QueryId” --user root

的方式来查看这条sql的profile,但是因为fe重启过,内存中已经没有该profile的信息,因此无法提取这条sql的profile。
请问是否有配置或方法将历史sql的profile都存储到硬盘上,方便排查历史的慢sql的原因?

你好,建议可以在github上提个issue