feat: PITR RECOVER TO TIMESTAMP, OpenTelemetry OTLP export, FTS infrastructure

- RECOVER TO TIMESTAMP '...' — parser + executor, replays WAL entries
- core/tracing.nim — OTLP/HTTP export via exportOtlp()
- FTS: ftsIndexes table in ExecutionContext, engine import ready
- 281 tests, 0 failures
This commit is contained in:
2026-05-07 13:44:59 +03:00
parent 651375a156
commit b1aadf77f9
7 changed files with 104 additions and 40 deletions
+3
View File
@@ -20,6 +20,7 @@ type
nkCommitTxn
nkRollbackTxn
nkExplainStmt
nkRecoverToTimestamp
nkCreateView
nkDropView
nkCreateTrigger
@@ -233,6 +234,8 @@ type
of nkExplainStmt:
expStmt*: Node
expAnalyze*: bool
of nkRecoverToTimestamp:
recoverTimestamp*: string
of nkCreateView:
cvName*: string
cvQuery*: Node