java 键值存储_java-键值存储为主数据库
发布日期:2021-06-24 16:29:00 浏览次数:2 分类:技术文章

本文共 1126 字,大约阅读时间需要 3 分钟。

Can I use only redis to store my data ?

这取决于您的要求,但是有150个NoSQL数据库可用,我怀疑redis不是您的唯一选择.

Reason why I am asking is that every article I have seen use Redis/memcached as an intermediate layer for caching.

它比JDBC快,但是您需要更快吗?

Can I just rely on redis to persist my data through out ?

您可以,这取决于您的可靠性要求.例如一些组织仅信任传统的RDBMS数据库.注意:您需要在多台服务器上安装Redis才能防止出现故障.

Where to host/run redis database ?

无论您在哪里.

Since Redis is an in-memory database, its requirement of host will definitely be different than applications that require more processing. Hosts which have more RAM will definitely be better here.

我通常将NoSQL实例放在同一台计算机上.您提供的RAM量取决于所需的数据量.

So where do people normally go on to host their database ?

跨多个服务器进行冗余,可以与应用程序共享它们.

Elasticcaching from AWS, can this be used to host redis(as a primary database, not just caching layer) Any resources ?

我会问他们.

I always ask this, I found lots of good documents online, but nothing really good to start with. Please share any good resource if you are aware of.

没有一种资源,因为没有答案.如果有的话,将有150个NoSQL数据库.

免责声明:我正在研究另一个NoSQL键值存储,该键值存储可以持久存储在内存中,并且速度更快(如果需要此类操作),它的使用/部署也更简单.

https://github.com/OpenHFT/Chronicle-Map

转载地址:https://blog.csdn.net/weixin_33826897/article/details/114544957 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:java小数是怎么运算的_JAVA中小数的运算
下一篇:gcc4安装mysql_linux 安装mysql

发表评论

最新留言

能坚持,总会有不一样的收获!
[***.219.124.196]2024年04月12日 05时35分15秒