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.
12 lines
389 B
Markdown
12 lines
389 B
Markdown
---
|
|
# 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.
|