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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user