2019年/11月/08日

首页回退

合理存储

只用一个语言和只用一个DB的时代结束了

store

In any large solution, it’s likely that a single data store technology won’t fill all your needs. Alternatives to relational databases include key/value stores, document databases, search engine databases, time series databases, column family databases, and graph databases. Each has pros and cons, and different types of data fit more naturally into one or another.

在任何大型解决方案中,单个数据存储技术很可能满足不了所有需求。 关系数据库的替代方案包括键/值存储、文档数据库、搜索引擎数据库、时间序列数据库、列系列数据库和图形数据库。 每个方案都有其优缺点,不同类型的数据适合其中不同的方案。

data includes more than just the persisted application data. It also includes application logs, events, messages, and caches.

数据不仅仅包括持久化的应用程序数据。 还包括应用程序日志、事件、消息和缓存

建议