Elliot Chen

Results 41 comments of Elliot Chen

I also have the same doubt, see this repo has not updated the code for a long time.

> could I pick bloom filter? Seems you are taking so many tasks, I would suggest that it's better to take another task after finishing the task in your hands....

@lyl156 bloom filter feature assigned to you.

@dongzhiwei-git hihi,好的.我看了一下代码,这个test case应该有人写了,应该是没更新上去,可以选别的吗,感谢。

> 您好,我想做 github.com/xujiajun/nutsdb/options.go:115:的WithNodeNum单元测试 好的,assgine给你了

@dongzhiwei-git 好的,assinge给你了

@damotiansheng 好的,没问题。

> > 在 Merge 之前是否调用了 nutsdb.Close 方法 > > 没有,好像是有新的segment 出现(中间有几次写操作),同时初始化时,MaxFdNumsInCache 设置为2,CleanFdsCacheThreshold 为0.01 这个我来处理一下~应该是这段逻辑有点bug

> 实现Hint File,这个意思是自动merge时写新的数据文件的同时也写hint file(只写key和相关信息)吗,启动时只读取这个hint file而不是从所有数据文件读取,写入数据的同时也写hint file(根据大小自动轮转),hint file相当于是一个去掉了value的索引,论文是指哪个论文的,想尝试下这个任务 我先把这个任务归到你下面,论文是这个 https://riak.com/assets/bitcask-intro.pdf , 可以先看看, 了解了解。