Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All the commands and command definitions are available by querying a corresponding new virtual table based on metadata provided by the CommandRegistry.

Management Diagram

draw.io Diagram
bordertrue
diagramNameCQL Management
simpleViewerfalse
width600
linksauto
tbstyletop
lboxtrue
diagramWidth712
revision2

CQL Command Syntax

The commands below become valid. While many commands in Apache Cassandra are typically run on keyspaces and tables, and adopting a CQL syntax like `EXECUTE COMMAND rebuild ON keyspace.table` seems logical, it's more practical for the initial implementation to concentrate on accepting command arguments as straightforward key-value pairs or as a JSON string. This approach simplifies the early stages of development. Subsequently, the more intuitive CQL syntax can be introduced as an alias for these commands, enhancing usability and aligning with familiar patterns.

...