- 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.
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- Advanced Machine Learning with Python
- Python快樂(lè)編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- Drupal 8 Blueprints
- WebAssembly實(shí)戰(zhàn)
- 跟老齊學(xué)Python:輕松入門(mén)
- Python計(jì)算機(jī)視覺(jué)編程
- Python 3網(wǎng)絡(luò)爬蟲(chóng)實(shí)戰(zhàn)
- jQuery從入門(mén)到精通 (軟件開(kāi)發(fā)視頻大講堂)
- 利用Python進(jìn)行數(shù)據(jù)分析(原書(shū)第3版)
- OpenStack Orchestration
- Windows Embedded CE 6.0程序設(shè)計(jì)實(shí)戰(zhàn)
- 深入淺出Go語(yǔ)言編程
- PyQt編程快速上手
- C++ System Programming Cookbook