Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-11-27 | 1.2 kB | |
v1.0.0 source code.tar.gz | 2023-11-27 | 173.4 kB | |
v1.0.0 source code.zip | 2023-11-27 | 222.0 kB | |
Totals: 3 Items | 396.6 kB | 0 |
Changelog
Features
- [feat]Serperate bucket from entry and build the bucket management system by @elliotchenzichang in https://github.com/nutsdb/nutsdb/pull/484
- add lru cache for second index mode of HintKeyAndRAMIdxMode by @damotiansheng in https://github.com/nutsdb/nutsdb/pull/495
- add more api for bucket by @elliotchenzichang in https://github.com/nutsdb/nutsdb/pull/502
- feat: use variable length storage to implement storage protocols to save disk space by @bigboss2063 in https://github.com/nutsdb/nutsdb/pull/501
- pref: reduce unnecessary fields in Record and save memory by @bigboss2063 in https://github.com/nutsdb/nutsdb/pull/506
BugFix
- Only overwrite the managed error when a rollback error occurs by @xy3 in https://github.com/nutsdb/nutsdb/pull/493
- add lru cache when commit only for HintKeyAndRAMIdxMode by @damotiansheng in https://github.com/nutsdb/nutsdb/pull/504
- fix: use sync.Map to avoid data race by @bigboss2063 in https://github.com/nutsdb/nutsdb/pull/509
New Contributors
- @xy3 made their first contribution in https://github.com/nutsdb/nutsdb/pull/493
Full Changelog: https://github.com/nutsdb/nutsdb/compare/v0.14.3...v1.0.0