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.
我想以键/值格式存储一些数据。我正在寻找一些应该高度可用且速度更快的解决方案。我知道 ETCD 是分布式可靠的键值存储。我无法弄清楚的是,当我的主要目标只是存储数据时,我应该使用 ETCD 还是 Cassandra。
Etcd具有在分布式系统中存储元数据的典型用例。
它不会最适合作为主数据库,因为 -
很大程度上取决于您的用例。它可以使用,但可能不是最合适的。