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
MetaCF
MetaValue
Type
Key
Client
kmultikey
Stroage
String
key
TCL
char
Meta
DataCF
compaction filter
Persist
TTL
GetType
Keys
ScanDatabase
IsExist
Compact
Set
Hash
List
Zset
Bitops
ctime
etime
verion
int64_t
RocksDB
Del
Storage
InternalKey
ParseKey
cuckoo bloom filter
option
write-buffer-size
max-jobs
max-flushes
The text was updated successfully, but these errors were encountered:
@dingxiaoshuai123 add "just one type for one key"
Sorry, something went wrong.
dingxiaoshuai123
Mixficsol
No branches or pull requests
待做事项
第一期
MetaCF
格式,MetaValue
的第一个字节用Type
表示 @MixficsolKey
的测试 @MixficsolClient
层命令的返回值增加kmultikey
的报错判断 @MixficsolStroage
层对除String
之外的四种数据类型添加多key
判断 @MixficsolString
的MetaCF
@MixficsolTCL
测试到 PikiwiDB 中 @MixficsolString
的MetaCF
添加到代码中去 @MixficsolType
字段用位或者枚举类型表示,替代char
字符 @dingxiaoshuai123String
的 CF 和Meta
CF 合并 @dingxiaoshuai123String
覆盖其他数据类型的Key
时,删除原数据类型对应Key
的DataCF
中的数据 @MixficsolMeta
CF 的compaction filter
@dingxiaoshuai123Persist
,TTL
,GetType
,Keys
,ScanDatabase
,IsExist
这几个之前需要遍历五种数据类型的接口等进行修改,指定操作一个数据类型 @MixficsolCompact
命令,并验证数据是否淘汰 @dingxiaoshuai123Set
,Hash
,List
,String
的TCL
测试以及问题修复 @dingxiaoshuai123Zset
和Bitops
的TCL
测试以及问题修复第二期
ctime
,etime
,verion
字段改成int64_t
保持和RocksDB
一致 @dingxiaoshuai123ctime
的写入时间赋值 @dingxiaoshuai123Del
等接口 @MixficsolStorage
层的单元测试 @Mixficsol @dingxiaoshuai123RocksDB
实现InternalKey
和ParseKey
流程优化 @dingxiaoshuai123 @MixficsolKey
的cuckoo bloom filter
@Mixficsol @dingxiaoshuai123RocksDB
的option
可以通过配置文件传入,比如write-buffer-size
、max-jobs
、max-flushes
等等其他参数 @dingxiaoshuai123 @MixficsolThe text was updated successfully, but these errors were encountered: