1. Introduction
  2. 1. What is CeresDB
  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
    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
  6. 4. Deployment
    ❱
    1. 4.1. Supported Platform
    2. 4.2. Static Routing
    3. 4.3. Dynamic Routing
  7. 5. Develop Kits
    ❱
    1. 5.1. Java SDK
    2. 5.2. Go SDK
    3. 5.3. Python SDK
    4. 5.4. Rust SDK
  8. 6. Operation
    ❱
    1. 6.1. Table
    2. 6.2. System Table
    3. 6.3. Block List
    4. 6.4. Observability
  9. Dev Guide
  10. 7. Supported Platform
  11. 8. Compile and Running
  12. 9. Conventional Commit
  13. 10. Style guide
  14. 11. Roadmap
  15. Technical and Design
  16. 12. Architecture
  17. 13. Storage
  18. 14. Query
  19. 15. Wal
  20. 16. Table Partitioning

CeresDB Documentation

Java