Context
docs/roadmap.md lists FILE datatype as near-term priority #5. This is a KalamDB-style column type for binary/file payloads: the PostgreSQL heap stores a compact reference; the blob lives in the table’s registered cold backend (filesystem or object store).
Goal
- Introduce a FILE (or equivalent) column type / storage contract for managed tables
- Upload and fetch APIs read/write through the registered cold backend rather than embedding large values in row storage
- Keep references durable across flush, backup/export, and scoped paths
Acceptance
References
Context
docs/roadmap.mdlists FILE datatype as near-term priority #5. This is a KalamDB-style column type for binary/file payloads: the PostgreSQL heap stores a compact reference; the blob lives in the table’s registered cold backend (filesystem or object store).Goal
Acceptance
References
docs/roadmap.md§ FILE datatype