Taehoon Moon
Taehoon Moon
## Summary - namespace-prefix all Redis keys so schema, metadata and data live under `{namespace}#` - adjust key parsing and metadata scanning for the new layout ## Testing - `cargo...
Currently, our AST nodes contain fields populated by the planner (e.g., `TableFactor.index`, `Join.join_executor`). This mixes parse‑time and plan‑time data, leading to duplicated logic and complicating maintenance. --- ## Proposal (not...
Previously, the dump_database command in the CLI was only supported for the Sled storage backend. This pull request extends the dump_database functionality to support all storage backends available in GlueSQL...
## Summary - add `scan_data_with_columns` method to `Store` trait with default implementation - test default method via memory storage integration test - implement optimized projection for Parquet storage - add...