Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / nutsdb/nutsdb issues and pull requests
#605 - fix(tx_list.go): RPush uses LPush's Flag
Pull Request -
State: open - Opened by ZxwyWebSite 7 days ago
#604 - [Bug] List 结构 RPush 方法的 Flag 填写错误
Issue -
State: open - Opened by ZxwyWebSite 12 days ago
#603 - panic in arm32 board, when set ttl > 0
Issue -
State: open - Opened by CaryQY 16 days ago
#602 - Revert "feat(tx_btree.go): Added PrefixScanKeys function to optimize key scanning performance"
Pull Request -
State: closed - Opened by bigboss2063 4 months ago
#601 - HintBPTSparseIdxMode Benchmark
Issue -
State: open - Opened by bububa 4 months ago
- 2 comments
#600 - Key comparison problem
Issue -
State: open - Opened by bububa 4 months ago
- 4 comments
#599 - Automatically create bucket when putting a key if the bucket is not exist or not found in update transaction
Issue -
State: open - Opened by xalanq 5 months ago
#598 - Getting a deleted key should return error in a update transaction
Issue -
State: open - Opened by xalanq 5 months ago
#597 - Cannot delete the key after set in a update transaction
Issue -
State: open - Opened by xalanq 5 months ago
#596 - 生态建设者来提需求了
Issue -
State: open - Opened by simpleKV 5 months ago
- 2 comments
#595 - 从空桶查询返回错误值问题
Issue -
State: open - Opened by longan55 5 months ago
#594 - fix: record cannot be inserted after the expiration time is set
Pull Request -
State: open - Opened by liulhdarks 6 months ago
- 1 comment
#593 - Record cannot be inserted after the expiration time is set
Issue -
State: open - Opened by liulhdarks 6 months ago
#592 - feat(tx_btree.go): Added PrefixScanKeys function to optimize key scanning performance
Pull Request -
State: closed - Opened by liulhdarks 7 months ago
- 1 comment
#591 - .dat files are not being cleaned up/merged
Issue -
State: open - Opened by Steve-Rennie 8 months ago
#590 - always get a lock error for backup
Issue -
State: open - Opened by Spaceman2019 9 months ago
#589 - fix new bucket id start from 1 after reopen db
Pull Request -
State: closed - Opened by RonaldinhoL 9 months ago
#588 - IDGenerator 没有在重新打开数据库的时候正确恢复状态
Issue -
State: closed - Opened by RonaldinhoL 9 months ago
#587 - 迁移数据到 1.0
Issue -
State: open - Opened by RonaldinhoL 9 months ago
#586 - Goroutine leak in when closing a DB
Issue -
State: open - Opened by omriC-talon 9 months ago
#585 - Possible memory leak when opening a new DB by the commit buffer
Issue -
State: open - Opened by doron-cohen 9 months ago
#584 - fix: merge error issue 在window下 Merge报错 #578
Pull Request -
State: open - Opened by TremblingV5 10 months ago
#583 - Tx: var err is not assigned at all (fixup)
Pull Request -
State: closed - Opened by ideapark 10 months ago
- 3 comments
#582 - refactor: remove useless code
Pull Request -
State: closed - Opened by crwen 11 months ago
#581 - fix panic when writing the same key multiple times in the same transaction
Pull Request -
State: closed - Opened by mrene 12 months ago
- 5 comments
#580 - nil pointer dereference panic
Issue -
State: closed - Opened by jxsl13 about 1 year ago
- 4 comments
#579 - pref: pre-computed to reduce the overhead of computing the crc of the flags of entry.
Issue -
State: closed - Opened by bigboss2063 about 1 year ago
- 4 comments
Labels: enhancement, help wanted
#578 - 在window下 Merge报错
Issue -
State: open - Opened by barryzxy about 1 year ago
- 4 comments
#577 - docs: Modify readme with adding doc site
Pull Request -
State: closed - Opened by TremblingV5 about 1 year ago
- 1 comment
#576 - test(zset): Add unit test for ZRangeByScore
Pull Request -
State: closed - Opened by ReigenDing about 1 year ago
- 2 comments
#575 - Fix MAX_SIZE on 64bit
Pull Request -
State: closed - Opened by mitar about 1 year ago
- 4 comments
#574 - Storing values larger than 2 GB
Issue -
State: open - Opened by mitar about 1 year ago
#573 - feat: add GetKeys and GetValues
Pull Request -
State: closed - Opened by bigboss2063 about 1 year ago
- 1 comment
#572 - The GetAll function only return values not contians keys
Issue -
State: closed - Opened by WangNingkai about 1 year ago
- 2 comments
#571 - [ref]rebuild the code for pendingList and pendingBucket
Pull Request -
State: closed - Opened by elliotchenzichang about 1 year ago
- 1 comment
#570 - [ref]rebuild the data structure of pending BTree and Pending Write Entires
Pull Request -
State: closed - Opened by elliotchenzichang about 1 year ago
#569 - 服务器在数据读写过程中异常断电,是否有概率出现crc error?
Issue -
State: closed - Opened by k359792067 about 1 year ago
- 5 comments
#568 - [BugFix]fix the bug in tx visibility
Pull Request -
State: closed - Opened by elliotchenzichang about 1 year ago
- 1 comment
#567 - 关于 10000 个 websocket 处理数据使用 nutsdb 缓存状态
Issue -
State: open - Opened by xs23933 about 1 year ago
#566 - bug fix: make bucket and entry changes can be visable in the same Tx
Pull Request -
State: closed - Opened by elliotchenzichang about 1 year ago
- 1 comment
#565 - Init nutsdb doc sites by using docusaurus
Pull Request -
State: closed - Opened by TremblingV5 about 1 year ago
- 1 comment
#564 - change default lru size to zero
Pull Request -
State: closed - Opened by damotiansheng about 1 year ago
- 1 comment
#563 - add lru cache when tx commit
Pull Request -
State: closed - Opened by damotiansheng about 1 year ago
- 1 comment
#562 - fix: fix typo
Pull Request -
State: closed - Opened by xiaolin820 about 1 year ago
#561 - init commit
Pull Request -
State: closed - Opened by bigboss2063 about 1 year ago
#560 - pref: Optimize the memory usage of SortedSet
Issue -
State: open - Opened by GitUserHk about 1 year ago
- 5 comments
Labels: enhancement
#559 - [ref]rebuild the pendingEntry and pendingBuckets into a serperated file
Pull Request -
State: closed - Opened by elliotchenzichang about 1 year ago
#558 - Implement `Watch` API
Issue -
State: open - Opened by bigboss2063 about 1 year ago
Labels: enhancement
#557 - Proposal for documents project of NutsDB which based Docusaurus
Issue -
State: closed - Opened by TremblingV5 about 1 year ago
- 7 comments
Labels: proposal, doc
#556 - test(zset): Add unit test for ZPeekMin
Pull Request -
State: closed - Opened by dreamjz about 1 year ago
- 2 comments
#555 - add lru cache size judge when use lru
Pull Request -
State: closed - Opened by damotiansheng about 1 year ago
- 1 comment
#554 - docs: add contributors images.
Pull Request -
State: closed - Opened by xujiajun about 1 year ago
- 1 comment
#553 - docs(user_guide): fix typos in user_guide docs
Pull Request -
State: closed - Opened by dreamjz about 1 year ago
- 1 comment
#552 - Suggestions for commercialisation of the project(项目商业化建议)
Issue -
State: open - Opened by xujiajun about 1 year ago
#551 - There may be something wrong with the `mmap` implementation
Issue -
State: open - Opened by bigboss2063 about 1 year ago
Labels: bug
#550 - [ref]change the pendinglist to map structure
Pull Request -
State: closed - Opened by elliotchenzichang about 1 year ago
- 1 comment
#549 - fix: cant insert multiple values at list
Pull Request -
State: closed - Opened by yudhasubki about 1 year ago
- 1 comment
#548 - bug: can't insert multiple values at list
Issue -
State: closed - Opened by yudhasubki about 1 year ago
- 1 comment
#547 - Implements of MSet, MGet, GetRange and Append
Pull Request -
State: closed - Opened by TremblingV5 about 1 year ago
- 1 comment
#546 - feat: implements ttl and persist
Pull Request -
State: closed - Opened by ksankeerth about 1 year ago
- 9 comments
#545 - Get All example doesn't work
Issue -
State: closed - Opened by marcelloh about 1 year ago
- 2 comments
#544 - The tx.IterateBuckets method only iterated through the buckets once.
Issue -
State: closed - Opened by diiyw about 1 year ago
- 4 comments
Labels: bug
#543 - fix: tx.IterateBuckets cannot iterate.
Pull Request -
State: closed - Opened by diiyw about 1 year ago
- 3 comments
#542 - feat: add getset method
Pull Request -
State: closed - Opened by yudhasubki about 1 year ago
- 1 comment
#541 - feat: add getlen to retrieve length of the value by key
Pull Request -
State: closed - Opened by yudhasubki about 1 year ago
- 3 comments
#540 - feat: change internal methods and variables to be unxported
Pull Request -
State: closed - Opened by ziscky about 1 year ago
- 1 comment
#539 - feat: implements of getbit and setbit
Pull Request -
State: closed - Opened by TremblingV5 about 1 year ago
- 3 comments
#538 - [ref]change the name to lower case
Pull Request -
State: closed - Opened by elliotchenzichang about 1 year ago
#537 - fix: check the list map instead of writing it
Pull Request -
State: closed - Opened by yudhasubki about 1 year ago
- 5 comments
#536 - [BUG] error concurrent map writes
Issue -
State: closed - Opened by yudhasubki about 1 year ago
- 8 comments
Labels: bug
#535 - 1.0.1版本在同一个事务中使用NewBucket之后,进行Put,提示Bucket不存在
Issue -
State: closed - Opened by diiyw about 1 year ago
- 1 comment
#534 - fix. the tar.gz file generated via BackupTarGZ is invalid
Pull Request -
State: closed - Opened by PotatoCloud about 1 year ago
- 3 comments
#533 - fix: should be ignore when error bucket not exist
Pull Request -
State: closed - Opened by yudhasubki about 1 year ago
- 2 comments
#532 - [BUG] must be ignore error bucket not exist
Issue -
State: closed - Opened by yudhasubki about 1 year ago
- 2 comments
Labels: bug
#531 - test: add test for ZSet.ZKeys
Pull Request -
State: closed - Opened by her-cat about 1 year ago
- 6 comments
#530 - Exposing too many API that should be private
Issue -
State: open - Opened by bigboss2063 about 1 year ago
- 6 comments
Labels: help wanted, good first issue
#529 - feat: Implement of increments and decrements
Pull Request -
State: closed - Opened by TremblingV5 about 1 year ago
- 4 comments
#528 - fix: build index for bucket after creation
Pull Request -
State: closed - Opened by ksankeerth about 1 year ago
- 8 comments
#527 - feat : add PutIfExists(SETEX) and PutIfNotExists(SETNX) APIs
Pull Request -
State: closed - Opened by ksankeerth about 1 year ago
- 2 comments
#526 - [Bug] Reading newly created bucket(after commit) will return `Bucket not found`
Issue -
State: closed - Opened by ksankeerth about 1 year ago
- 4 comments
Labels: bug
#525 - Update usage documentation and use cases
Issue -
State: open - Opened by bigboss2063 about 1 year ago
- 2 comments
Labels: help wanted, good first issue
#524 - doc: fix use-buckets.md
Pull Request -
State: closed - Opened by bigboss2063 about 1 year ago
- 1 comment
#523 - tx.NewBucket() must be called with tx.SubmitBucket()
Issue -
State: closed - Opened by runningmaster about 1 year ago
- 2 comments
Labels: doc
#522 - add the definition of bucketStatus and add the calculation logic for it.
Pull Request -
State: closed - Opened by elliotchenzichang about 1 year ago
#521 - [feat]add the definition of bucketStatus and add the calculation logic for it.
Pull Request -
State: closed - Opened by elliotchenzichang about 1 year ago
#520 - [ref] rebuild the get change count function, make it more readable.
Pull Request -
State: closed - Opened by elliotchenzichang about 1 year ago
- 1 comment
#519 - [ref] rebuild the meta data file and dont use ioat anymore
Pull Request -
State: closed - Opened by elliotchenzichang about 1 year ago
- 1 comment
#518 - [ref]rebuild the code about the status, Ds, dataflag in metadata structure
Pull Request -
State: closed - Opened by elliotchenzichang about 1 year ago
- 1 comment
#517 - Implement more API for Simple key-value pair data type
Issue -
State: open - Opened by bigboss2063 about 1 year ago
- 21 comments
Labels: enhancement, help wanted, good first issue
#516 - push the original change in my repo
Pull Request -
State: closed - Opened by elliotchenzichang about 1 year ago
#515 - [Ref]Rebuild the bucket related code second times
Pull Request -
State: closed - Opened by elliotchenzichang about 1 year ago
- 1 comment
#514 - feat: add GetMaxKey and GetMinKey for kv type
Pull Request -
State: closed - Opened by bigboss2063 about 1 year ago
- 1 comment
#510 - 协议兼容工具
Issue -
State: open - Opened by elliotchenzichang about 1 year ago
Labels: enhancement
#506 - pref: reduce unnecessary fields in Record and save memory
Pull Request -
State: closed - Opened by bigboss2063 about 1 year ago
- 1 comment
#503 - 添加单元测试
Issue -
State: open - Opened by elliotchenzichang about 1 year ago
- 12 comments
Labels: help wanted, good first issue
#501 - feat: use variable length storage to implement storage protocols to save disk space
Pull Request -
State: closed - Opened by bigboss2063 about 1 year ago
- 1 comment
#497 - bug: the `tar.gz` file generated via `BackupTarGZ` is invalid
Issue -
State: closed - Opened by PotatoCloud about 1 year ago
Labels: bug
#491 - merge panic
Issue -
State: open - Opened by xiongguangjie about 1 year ago
- 5 comments
Labels: bug
#403 - v0.13.2 release plan
Issue -
State: open - Opened by elliotchenzichang over 1 year ago
- 18 comments
Labels: good first issue
#348 - Nutsdb release plan
Issue -
State: open - Opened by elliotchenzichang over 1 year ago
- 3 comments
Labels: help wanted