Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HBase 中使用的缓存机制是否可以替换为不同的缓存产品,例如 Memcache、Gemfire、GridGain 等?
HBase 与 GridGain 之类的东西非常不同。列式小型数据库(无事务等)与完全事务性内存数据平台。不同的目标,不同的方法。
如果您有适当的用例,替换可能是正确的方法。