- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 73字
- 2021-07-02 13:11:36
Key-value databases
The key-value store is the simplest database store. In this database model, the storage, as its name suggests, is based on maps or hash tables. Some key-value databases allow complex values to be stored as lists and hash tables. Key-value pairs are extremely fast for certain scenarios but lack the support for complex queries and aggregation. Some of the existing open source key-value databases are Riak, Redis, Couchbase Server, and MemcacheDB.
推薦閱讀
- Java面向對象軟件開發
- Mastering Entity Framework
- C語言程序設計
- 基于差分進化的優化方法及應用
- SQL Server 2012數據庫管理與開發項目教程
- Building Serverless Architectures
- Web Developer's Reference Guide
- 高效使用Greenplum:入門、進階與數據中臺
- Solr權威指南(下卷)
- Java Web開發教程:基于Struts2+Hibernate+Spring
- Microsoft Dynamics GP 2013 Cookbook
- Offer來了:Java面試核心知識點精講(框架篇)
- C#程序設計基礎與實踐
- TensorFlow.NET實戰
- Spring Microservices