We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
Tair 有着在线性能统计工具, 有助于性能瓶颈的分析, 故 PikiwiDB 应该实现一个多线程性能统计工具来分析性能瓶颈, 针对性的进行优化. 期望: 1)、可以对关键指标进行统计, 并输出可读信息.(比如磁盘 I/O 相关信息统计) 2)、可配置统计等级, 在统计和性能之间平衡. 3)、对慢请求进行 profiling 的日志输出, 方便问题定位 借用 Tair 的 example :
1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which PikiwiDB functionalities are relevant/related to the feature request?
No response
Description
Tair 有着在线性能统计工具, 有助于性能瓶颈的分析, 故 PikiwiDB 应该实现一个多线程性能统计工具来分析性能瓶颈, 针对性的进行优化.
期望:
1)、可以对关键指标进行统计, 并输出可读信息.(比如磁盘 I/O 相关信息统计)
2)、可配置统计等级, 在统计和性能之间平衡.
3)、对慢请求进行 profiling 的日志输出, 方便问题定位
借用 Tair 的 example :
Proposed solution
1
Alternatives considered
1
The text was updated successfully, but these errors were encountered: