--- # claudbg-hskl title: Denormalized raw sessions table status: todo type: task created_at: 2026-03-27T19:39:32Z updated_at: 2026-03-27T19:39:32Z parent: 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.