1. Introduction
  2. 1. What is HoraeDB
  3. 2. Quick Start
  4. User Guide
  5. 3. SQL Syntax
    ❱
    1. 3.1. Data Model
      ❱
      1. 3.1.1. Data Types
      2. 3.1.2. Special Columns
    2. 3.2. Identifier
    3. 3.3. Data Definition Statements
      ❱
      1. 3.3.1. CREATE TABLE
      2. 3.3.2. ALTER TABLE
      3. 3.3.3. DROP TABLE
    4. 3.4. Data Manipulation Statements
      ❱
      1. 3.4.1. INSERT
      2. 3.4.2. SELECT
    5. 3.5. Utility Statements
    6. 3.6. Engine Options
    7. 3.7. Scalar Functions
    8. 3.8. Aggregate Functions
  6. 4. Cluster Deployment
    ❱
    1. 4.1. Supported Platform
    2. 4.2. NoMeta Mode
    3. 4.3. WithMeta Mode
  7. 5. SDK
    ❱
    1. 5.1. Java
    2. 5.2. Go
    3. 5.3. Python
    4. 5.4. Rust
  8. 6. Operation
    ❱
    1. 6.1. Table
    2. 6.2. System Table
    3. 6.3. Block List
    4. 6.4. Observability
    5. 6.5. HoraeMeta
  9. 7. Ecosystem
    ❱
    1. 7.1. Prometheus
    2. 7.2. InfluxDB
    3. 7.3. OpenTSDB
  10. Dev Guide
  11. 8. Supported Platform
  12. 9. Compile and Running
    ❱
    1. 9.1. Profile
  13. 10. Conventional Commit
  14. 11. Style guide
  15. 12. Roadmap
  16. Technical and Design
  17. 13. Architecture
  18. 14. Cluster
  19. 15. Storage
  20. 16. WAL
    ❱
    1. 16.1. WAL on RocksDB
    2. 16.2. WAL on Kafka
  21. 17. Table Partitioning

HoraeDB Documentation

SDK

  • Rust
  • Java
  • Python
  • Go