Yang Xiufeng

Results 90 comments of Yang Xiufeng

内部用法是 [proxy](https://github.com/douban/beanseye) 通过配置文件路由到后端(三副本) 不过 beansdb 在douban 内部被重写上线很久了,当前这份代码不推荐使用了

@LukeGoooo 如 @zzl0 所说, 如果这期间没有做过GC, 删除 data 文件以外各种索引文件后重启,数据有可能找回来 删索引后可以选择用 0.6 重启,0.7 理论上应该也可以。 0.7 在豆瓣稳定性运行的时间比较短,后来就重写了,0.6存在一些 bug 但还多少不太严重。 如果允许,重启后先不要接受新数据, 观察一下数据是否正确。 “还原回0.6版本 进程会无故关掉” 可能是因为格式不兼容。 没有log 是因为没有加 zlog 依赖? 如果有多个点,之间有用同步脚本同步,先停下同步。

@LukeGoooo go 版本已经很稳定,希望今年能开出去,但希望把工具链完善一下,所以并不会很快开源,至少目前还没有排进日程。 我邮件 [email protected]

> btw, how many parts and rows for the test set? 202687555 rows. how to show num of parts?

![image](https://user-images.githubusercontent.com/5782159/187580179-196f6f5a-b168-4798-a78a-6c05e659e7df.png)

the problem is originally for Q10 on ontime. on a test cluster. and I found simply` SELECT count(*) FROM default.ontime WHERE `depdel15`=1; ` is abnormal: slow with many log about...

- [ ] mysql handler - [ ] should let client send hash? - [ ] http handlers - [ ] middleware - [ ] parser: turn into hash in...

1. sometimes we want to give a pretty error message, like SQL syntax error, which point out where is the error, what I encounter is format error, although not need...

can not reproduce on my mac replace `SELECT count(), sum(a), min(b), sum(c) from a` with `SELECT count(), sum(a), min(b) from a` for now may be related to platform and float...

Simplify the problem: ``` create table t(a double); insert into t values (0.3),(0.4); insert into t values (0.3),(0.4); insert into t values (0.3),(0.4); insert into t values (0.3),(0.4); insert into...