作者:Jessie-GWU_552 | 来源:互联网 | 2023-08-16 09:57
Ihaveausecasewhichincludesasystemthatcantracedata,toexplainthecasethesystemhasto
I have a use case which includes a system that can trace data, to explain the case the system has to intercept each request and check if that request is already exist to do some map/reduce on the body, it suppose to be real time. I'm sorry that I can't elaborate more due to the sensitivity of the system I'm working on.
我有一个用例,其中包括一个可以跟踪数据的系统,解释系统必须拦截每个请求的情况,并检查该请求是否已经存在,以便对身体进行一些map / reduce,它假设是实时的。很抱歉,由于我正在研究的系统的灵敏度,我无法详细说明。
I'm focusing mainly on NoSql key/value store, so I'm thinking of Rocksdb / Riak. My question is does it fit for this use case or there is a better alternative?
我主要关注NoSql键/值存储,所以我在考虑Rocksdb / Riak。我的问题是它适合这个用例还是有更好的选择?
2 个解决方案