Skip to content

feat: Add EXPLAIN query plan command #66

@aviralgarg05

Description

@aviralgarg05

Description

Users have no visibility into how their queries are being executed or optimized by the AI engine.

Requirements

  • Implement an EXPLAIN <query> command.
  • Output should show:
    • The parsed SQL structure.
    • Whether the result was served from cache (and the cache similarity score).
    • The execution path chosen by the RL agent (with Q-values if possible).

Impact

  • Critical for debugging and understanding AI optimization decisions.

Metadata

Metadata

Assignees

Labels

OSCG26enhancementNew feature or requesthelp wantedExtra attention is neededmediumIntermediate difficulty

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions