Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: observer.backup 和 backup_clean 收集场景优化 #397

Closed
askdb opened this issue Aug 26, 2024 · 1 comment
Closed

[Enhancement]: observer.backup 和 backup_clean 收集场景优化 #397

askdb opened this issue Aug 26, 2024 · 1 comment
Assignees
Milestone

Comments

@askdb
Copy link

askdb commented Aug 26, 2024

Description

1、4.x 物理备份恢复是租户级别的,目前obdiag收集了所有租户,希望能根据指定的租户进行收集。
2、针对用户的环境里租户特别多,当前收集所有租户,部分sql中使用了 limit 20,导致收集的信息里没有要看的租户信息。
3、部分sql查询后带order by 默认是升序,关注的是最近时间的记录,limit 20后导致收集后的结果没有需要的时间对应的信息,查询的sql里需要按照时间降序。

@Teingi
Copy link
Contributor

Teingi commented Nov 21, 2024

obdiag 2.6.0 已支持按照租户收集,同时去除了 Limit 20的限制

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants