Browse Source

Update SQL_FEATURE_PLAN.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
pull/7185/head
Chris Lu 1 month ago
committed by GitHub
parent
commit
623a278a0f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      SQL_FEATURE_PLAN.md

2
SQL_FEATURE_PLAN.md

@ -14,7 +14,7 @@ To provide a full-featured SQL interface for SeaweedFS, treating schematized MQ
**2. Key Features** **2. Key Features**
* **Schema-tized Topic Management (Priority 1):**
* **Schematized Topic Management (Priority 1):**
* `SHOW DATABASES` - List all MQ namespaces * `SHOW DATABASES` - List all MQ namespaces
* `SHOW TABLES` - List all topics in a namespace * `SHOW TABLES` - List all topics in a namespace
* `CREATE TABLE topic_name (field1 INT, field2 STRING, ...)` - Create new MQ topic with schema * `CREATE TABLE topic_name (field1 INT, field2 STRING, ...)` - Create new MQ topic with schema

Loading…
Cancel
Save