⚡
LightningUserVault
  • Introduction
  • GETTING STARTED
    • Quickstart Guide
      • Docker Deployment
      • Local Deployment
    • Server Commands
  • Architecture
    • Overview
    • API Server
    • Data Storage:
      • Key-Value Databases
        • Pebbel DB
      • SQL Databases
        • PostgreSQL
    • Caching Mechanism:
      • MEMCACHE
  • Additional Features
    • Swagger
    • Postman Collection
    • Prometheus
    • Grafana
  • Releases
  • Contribution
Powered by GitBook
On this page
  1. Architecture
  2. Data Storage:

Key-Value Databases

Key-Value databases store data as a collection of key-value pairs, where each unique key is associated with a specific value. They're optimized for speed and can retrieve values quickly when given a key.

These databases are particularly useful for testing, as they don't require any additional services, making setup straightforward and hassle-free. Ideal for scenarios where quick access to data and simplicity are needed.

PreviousData Storage:NextPebbel DB

Last updated 1 year ago