pg-result-encoding
CommunityColumnar MsgPack encoding for fast query results
AuthorPremModhaOfficial
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Columnar MsgPack encoding eliminates the inefficiency of row-based JSON by organizing query results column-by-column, enabling compact, faster data transfer and easier pagination.
Core Features & Use Cases
- EncodeColumnar packs rows into a single MsgPack payload with explicit columns and per-column data for deterministic outputs.
- DecodeColumnar decodes the payload back to Row-based maps and provides ToRows helper for downstream use.
- Pagination builders BuildCursorMeta and BuildOffsetMeta integrate with List and Analytics responses to signal continuation.
Quick Start
Encode a set of query results into a columnar MsgPack payload by using EncodeColumnar with the target columns and a pagination object.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: pg-result-encoding Download link: https://github.com/PremModhaOfficial/motadata-ai-pipeline/archive/main.zip#pg-result-encoding Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.