[GH#260] [Future] Evaluate optional SQLite JSON1 / FTS5 extensions for local search and read-model queries #26
Labels
No labels
area/architecture
area/audio
area/coach
area/frontend
area/recording
area/replay
area/runtime
area/settings
area/sync
area/telemetry
area/voicecontrol
ci
dependency/child
dependency/parent
lane:balanced
lane:fast
needs-info
needs/decision
pre-mvp
priority:p1
priority:p2
priority:p3
release
release-blocker
risk:low
size/large
size/medium
size/xlarge
status:planned
status:triage
teammanager
type/chore
type/research
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Max/strategy-desktop#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migrated from GitHub #260
Originally created by @Bio1988 on 2026-04-23T09:42:58Z
Context
Post-MVP follow-up from the SQLite/storage audit.
SQLite is currently a good fit as the local system of record for Strategy Desktop. However, some optional SQLite extensions may become useful later for local search and richer read-model queries.
Why this is future work
This is not needed for the MVP recorder/replay path. The current priorities are storage correctness, retention, session semantics, and bounded-context cleanup.
Question
Which SQLite extensions, if any, are actually worth enabling later in this product?
Initial candidates worth evaluating:
JSON1for more ergonomic querying of JSON-backed read models and payloadsFTS5for local full-text search across briefings, logs, notes, or derived text artifactsNon-goals
Scope
JSON1orFTS5Acceptance criteria
JSON1FTS5Notes
This is explicitly a post-MVP feature exploration ticket for the
Future Featuresbucket.