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

v0.13.0 release proposal #6

Open
elliotchenzichang opened this issue Feb 26, 2023 · 1 comment
Open

v0.13.0 release proposal #6

elliotchenzichang opened this issue Feb 26, 2023 · 1 comment

Comments

@elliotchenzichang
Copy link
Member

No description provided.

@xujiajun
Copy link
Member

xujiajun commented Feb 27, 2023

1、单测。 @wangxuanni

目前覆盖率只有61% 。详情:https://app.codecov.io/gh/nutsdb/nutsdb
重点关注红色区域

image

2、内存优化的方向。

  • 方向1 :目前现有的模式有HintBPTSparseIdxMode占用内存最少,问题点在于读取性能不佳,可以内置lru cache解决(落地性强) @elliotchenzichang

  • 方向2 :重新设计一个 Mode(比如参考LSM tree 类似等)。 @elliotchenzichang 做个分享

  • 方向3:本身代码是否优化

3、自动merge方向。

需要一些指标来支撑做策略
nutsdb/nutsdb#246
其他待补充

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