beansdb
beansdb copied to clipboard
Archived, see GoBeansDB instead.
1、能启用多实例吗? 2、data文件如何存放?
数据量有1000G,有的data超过了4000M,没有错误日志 stats信息 STAT pid 30217 STAT uptime 5132 STAT time 1496715386 STAT version 0.7.1.4 STAT pointer_size 64 STAT rusage_user 35.517600 STAT rusage_system 55.968491 STAT rusage_maxrss 858868 STAT item_buf_size 4096 STAT...
Just want to let you know that I created a docker image for Beansdb: - Docker Hub page: https://hub.docker.com/r/mozillazg/beansdb/ - Dockerfile: https://github.com/mozillazg/docker-beansdb
看了下memsotrm, set一个value,立刻就get这个value.这样的get数据都在cache里. 这个数据体现不出经过磁盘的性能啊.
Hi, We met segmentation fault again with the latest beansdb version. All the data is generated by the new version. This crash happens on beansdb that we are deleting old...
Just out of curiosity, what hardware for your nodes did you run the benchmark on? https://github.com/douban/beansdb#benchmark
Apr 21 15:15:39 www kernel: beansdb[1082]: segfault at 7f76da9caff8 ip 00007f76da07272c sp 00007fffc1f8e648 error 4 in libc-2.12.so[7f76d9ff7000+18a000] beansdb 0.6.0 系统信息 centos 6.5 x64 [root@www ~]# ldd --version ldd (GNU libc)...
In src/beansdb.c , 1651 line: "-l interface to listen on, default is INDRR_ANY\n" should change "INDRR_ANY" to "INADDR_ANY" : "-l interface to listen on, default is INADDR_ANY\n"
The default version of `autoconf` in homebrew is 1.13. And v1.13 and v1.14 are both alright with compiling beansdb.