docs(exec): document module layering after executor split
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled
Clients CI / build-server (push) Has been cancelled
Clients CI / test-python (push) Has been cancelled
Clients CI / test-javascript (push) Has been cancelled
Clients CI / test-nim (push) Has been cancelled
Clients CI / test-rust (push) Has been cancelled

This commit is contained in:
2026-07-30 15:17:31 +03:00
parent b282a59fb5
commit 62504aa348
2 changed files with 33 additions and 15 deletions
@@ -110,9 +110,9 @@ re-test with a newer Nim runtime, or a minimal repro filed upstream).
## Proposed next phases (not started)
- **B2. Split `query/executor.nim`** (5,398 lines) into focused modules
(DML, DDL, select pipeline, transactions). Now safe to do: the full suite
guards behavior. Large diff, mechanical.
- **B2. Split `query/executor.nim`** (5,398 lines) **DONE**: split into 15
modules under `query/exec/`, `executor.nim` down to 1,578 lines, full suite
green (650 checks).
- **C. Features** — real Raft network transport, persistence for
graph/FTS/columnar engines, benchmark validation.
- **ORC (blocked):** re-test `tests/orc_repro.py` against a newer Nim runtime;