Revision 17cd00dceff5197a9610e37fccd5a0d9ca5d69dd
Committed on 19/12/2025 8:36 am by
Zohaib Sibte Hassan <zohaib@sibte.pk> [GitHub Diff]
Refactor: Binary intent key encoding for performance
Convert intent keys from string format to binary encoding:
- Version byte + table prefix + typed PK values
- DDL keys: 0xFE marker + table name
- DB-op keys: 0xFF marker + database name
- Use PK declaration order (not alphabetical)
- Precompute IntentKeyPrefix in SchemaCache
- Base64url encoding at JSON/HTTP boundaries
- XXH64 hashing for conflict detection
???? Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>