V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
The Go Programming Language
http://golang.org/
Go Playground
Go Projects
Revel Web Framework
xujiajun001
V2EX  ›  Go 编程语言

开源 KV 引擎 NutsDB V0.9.0 发布~

  •  
  •   xujiajun001 ·
    xujiajun · 2022-06-19 21:15:28 +08:00 · 1365 次点击
    这是一个创建于 676 天前的主题,其中的信息可能已经有所发展或是发生改变。

    大家好,如标题所言,开源 KV 引擎 NutsDB V0.9.0 发布~

    本文主要摘自: https://mp.weixin.qq.com/s/VpMSe2ONGgRjxkJhvt24RQ

    NutsDB 的项目地址

    https://github.com/nutsdb/nutsdb , 欢迎 star 关注、贡献。

    本次 v0.9.0 发布的主要改动

    非常感谢参与贡献的小伙伴,我把相关 PR 贡献的小伙伴的 github 名放在后面了(@xxx )。

    本次改动主要分以下几类(详见: https://github.com/nutsdb/nutsdb/issues/167 ):

    1 、bug 的修复

    • [Bug Fix] close file before error check &remove redundant judgments (#137 ) @xujiajun
    • [Bug Fix] update golang.org/x/sys to support go1.18 build (#139 )@ag9920
    • [Bug Fix] when use merge, error: The process cannot access the file because it is being used by another process (#166) @xujiajun
    • [Bug Fix] fix code example. (#143) @gphper
    • [Bug Fix] merge error after delete bucket (#153) @xujiajun

    2 、优化

    • [Perf] add fd cache(#164) @elliotchenzichang 大幅度提高了读性能,有本地测了下有十几倍的提高
    • [Perf] optimize sadd function inserting duplicate data leads to datafile growth (#146) @gphper

    3 、重构

    • [Refactor] rewrite managed to support panic rollback (#136 )@ag9920
    • [Refactor] errors: optimize error management (#163) @xpzouying

    4 、单测相关

    • [Test] Update testcase: use testify test tools (#138) @xpzouying
    • [Test] change list and set test with table driven test and testify (#145 ) @bigdaronlee163
    • [Test] refactor db_test for string use testify (#147) @Rand01ph
    • [Test] add [bucket_meat/entry] unit test (#148) @gphper
    • [Test] update bptree unittest (#149) @xpzouying
    • [Test] Update tx bptree testcase (#155) @xpzouying
    • [Test] complete zset tests with testify (#151) @bigdaronlee163
    • [Test] optimization tx_bucket_test and bucket_meta_test (#156) @gphper
    • [Test] test:complete tx_zset tests with testify (#162) @bigdaronlee163

    5 、杂项

    • [Chore] remove unused member (#157) @xpzouying
    • [Style] format code comments etc. (#140) @moyrne`

    加群交流

    nutsdb 交流中转群

    欢迎参与贡献

    v0.10.0 release proposal 来了,有想参与开源项目 nutsdb 的,可以回复报名,参与流程在帖子里面

    帖子地址: https://github.com/nutsdb/proposal/issues/3

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1368 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 17:38 · PVG 01:38 · LAX 10:38 · JFK 13:38
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.