Skip to content

Commit 0088159

Browse files
committed
docs: add deferred/follow-up section — 1MB TEXT limit
Note that 1MB TEXT column limit enforcement (RFC-0127 Change 6) is deferred to a follow-up mission. Added to task list as #18.
1 parent 7e5f7ee commit 0088159

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/plans/2026-03-28-rfc-0201-blob-implementation-missions.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,3 +487,15 @@ After RFC-0130-A (BigInt core):
487487

488488
After RFC-0130-B (conversions):
489489
- CAST expressions work for BIGINT↔DQA, BIGINT↔DECIMAL, DECIMAL↔DQA
490+
491+
---
492+
493+
## Deferred / Follow-up Missions
494+
495+
### Follow-up: 1MB TEXT Column Limit Enforcement
496+
497+
**RFC reference:** RFC-0201 Phase 1 checklist item + RFC-0127 Change 6
498+
499+
Per RFC-0127 Change 6, `DCS_STRING_LENGTH_OVERFLOW` fires at 1,048,576 bytes. TEXT columns in all schemas (including mixed BYTEA+TEXT) MUST enforce this limit. The limit is enforced at the DCS layer; the storage engine must propagate the error correctly.
500+
501+
This was deferred from Mission A scope (BYTEA-focused). TEXT limit enforcement is a separate concern.

0 commit comments

Comments
 (0)