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
- Version or commit-id (e.g. v0.1.0 or 8b23a93): - Hardware parameters: - OS type: - Others:
目前的cache 策略有些问题,需要做一些调整。 根据scan的block数量将scan分成三类,小于100个block为small scan,大于某个阈值(待测试决定)为large scan。中间的为normal scan。 针对三种不同类型的scan,采用不同的prefetch,memcache policy
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
1,cn内部mem cache policy. 2,涉及filservice,存储 。 3,增加daily 截图。 4,通过revert 别人的commit,二分验证的。原因明确。 5,目标:跟之前的性能一致。顺带省内存。
badboynt1
No branches or pull requests
Is there an existing issue for performance?
Environment
Details of Performance
目前的cache 策略有些问题,需要做一些调整。
根据scan的block数量将scan分成三类,小于100个block为small scan,大于某个阈值(待测试决定)为large scan。中间的为normal scan。
针对三种不同类型的scan,采用不同的prefetch,memcache policy
Additional information
The text was updated successfully, but these errors were encountered: