--
You received this message because you are subscribed to the Google Groups "BeanDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beandb+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Davies你好,
我开始动手尝试用Beansdb来存储。还是有几个小点不明白。
我是这样思考的。。。
网站目前的头像数据是分三层目录来存的,想把这部分先弄到Beansdb来存储。图片数据一般不会改,如果改了,那我等于多存了一个版本的头像。硬盘虽然消耗一点,但是还在容忍范围。
图片我觉得不会经常改,但是关于文本数据,如果用户只修改一个字,我就要存一份?总觉得有点浪费空间。
还有我的key应该如何设计好呢?
可能有这几种图片:用户头像,小组头像,相册图片,博客文本。
豆瓣如此大量的数据都存在000.data,001.data这样2G大小的data文件?不怕文件坏了或者丢失?豆瓣如此大的用户量,每次更新的内容,都有保存?比如我上传过3次头像,这3个头像都还能找到?文章我修改过10次,这10次的版本都保留的?
Kenneth
我只有一台VPS,网站数据量也不大,适合用Beansdb存?多大的量可以考虑Beansdb方案来存?
我是菜鸟,使用前有点小担心。Regard,
--
You received this message because you are subscribed to the Google Groups "BeanDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beandb+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.