You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
389 B
389 B
| title | status | type | created_at | updated_at | parent |
|---|---|---|---|---|---|
| Denormalized raw sessions table | todo | task | 2026-03-27T19:39:32Z | 2026-03-27T19:39:32Z | claudbg-6wkk |
Create a raw_sessions table (session_id TEXT PK, raw_jsonl TEXT, file_mtime INTEGER, file_size INTEGER) storing the full file content as a blob. Used for dump and fast retrieval when normalized tables are overkill.